diff options
Diffstat (limited to 'src/models/uifilesystemmodel.h')
-rw-r--r-- | src/models/uifilesystemmodel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/models/uifilesystemmodel.h b/src/models/uifilesystemmodel.h index 4279c20..61ca922 100644 --- a/src/models/uifilesystemmodel.h +++ b/src/models/uifilesystemmodel.h @@ -138,7 +138,7 @@ public: QFile::Permissions permissions(const QModelIndex &index) const; inline QFileInfo fileInfo(const QModelIndex &index) const; bool remove(const QModelIndex &index) const; - + QHash<int, QByteArray> roleNames() const; protected: UiFileSystemModel(UiFileSystemModelPrivate &, QObject *parent = 0); void timerEvent(QTimerEvent *event); |