From 9f87bf8d88318e624e20182aea0c3258fcfcfab5 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Mon, 22 Dec 2008 07:17:06 +0000 Subject: minor coding style fixes: * let the global variable 'others' be a static member 'm_others' * constify svn path=/trunk/KDE/kdebase/apps/; revision=900070 --- src/dolphinmodel.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/dolphinmodel.h') 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 -- cgit v1.3