┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dolphinmodel.h')
-rw-r--r--src/dolphinmodel.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dolphinmodel.h b/src/dolphinmodel.h
index abd53a7c3..2aa6455f3 100644
--- a/src/dolphinmodel.h
+++ b/src/dolphinmodel.h
@@ -57,6 +57,9 @@ public:
private:
QVariant displayRoleData(const QModelIndex& index) const;
QVariant sortRoleData(const QModelIndex& index) const;
+
+private:
+ static const char* m_others;
};
#endif // DOLPHINMODEL_H