diff options
Diffstat (limited to 'src/kitemviews/kfileitemmodel.h')
| -rw-r--r-- | src/kitemviews/kfileitemmodel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/kitemviews/kfileitemmodel.h b/src/kitemviews/kfileitemmodel.h index 7c4b8ec8f..afcd633b0 100644 --- a/src/kitemviews/kfileitemmodel.h +++ b/src/kitemviews/kfileitemmodel.h @@ -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; }; |
