diff options
| author | Peter Penz <[email protected]> | 2008-12-22 07:17:06 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2008-12-22 07:17:06 +0000 |
| commit | 9f87bf8d88318e624e20182aea0c3258fcfcfab5 (patch) | |
| tree | 995b3e66f2a719596494089a98163d3765a98e7b /src/dolphinmodel.h | |
| parent | 49ec13f58e9110ac98ab6aa65f69fda58bc7b7cb (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.h | 3 |
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 |
