X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/1da13e6e47d62f562e77ab2862ee1a2890f879bf..b1c9b5126d:/src/dolphinmodel.h diff --git a/src/dolphinmodel.h b/src/dolphinmodel.h index abd53a7c3..44067f5a5 100644 --- a/src/dolphinmodel.h +++ b/src/dolphinmodel.h @@ -1,4 +1,4 @@ -/** +/* * This file is part of the KDE project * Copyright (C) 2007 Rafael Fernández López * @@ -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