]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/kitemviews/kfileitemmodel.h
Add new settings for permissions column format
[dolphin.git] / src / kitemviews / kfileitemmodel.h
index 7c4b8ec8f6b7d917553d2879fbf997ce0c246dd1..afcd633b0458676ff8d61d29020b168d005bfc72 100644 (file)
@@ -186,6 +186,7 @@ public:
         QByteArray role;
         QString translation;
         QString group;
+        QString tooltip;
         bool requiresBaloo;
         bool requiresIndexer;
     };
@@ -481,6 +482,7 @@ private:
         const RoleType roleType;
         const KLazyLocalizedString roleTranslation;
         const KLazyLocalizedString groupTranslation;
+        const KLazyLocalizedString tooltipTranslation;
         const bool requiresBaloo;
         const bool requiresIndexer;
     };