]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinmodel.h
* Use Nepomuk for getting the meta data instead of KFileMetaInfo.
[dolphin.git] / src / dolphinmodel.h
index abd53a7c3b4f5afe4805e7ccc2f27a613852f275..44067f5a56f3034982b04ce795e4509abc87b861 100644 (file)
@@ -1,4 +1,4 @@
-/**
+/*
   * This file is part of the KDE project
   * Copyright (C) 2007 Rafael Fernández López <ereslibre@kde.org>
   *
@@ -16,7 +16,7 @@
   * along with this library; see the file COPYING.LIB.  If not, write to
   * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
   * Boston, MA 02110-1301, USA.
-  */
+*/
 
 #ifndef DOLPHINMODEL_H
 #define 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