┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmodel.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2008-12-22 07:17:06 +0000
committerPeter Penz <[email protected]>2008-12-22 07:17:06 +0000
commit9f87bf8d88318e624e20182aea0c3258fcfcfab5 (patch)
tree995b3e66f2a719596494089a98163d3765a98e7b /src/dolphinmodel.h
parent49ec13f58e9110ac98ab6aa65f69fda58bc7b7cb (diff)
minor coding style fixes:
* let the global variable 'others' be a static member 'm_others' * constify svn path=/trunk/KDE/kdebase/apps/; revision=900070
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