diff options
Diffstat (limited to 'filesystemdirproxy.cpp')
-rw-r--r-- | filesystemdirproxy.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/filesystemdirproxy.cpp b/filesystemdirproxy.cpp index 67cf2a4..46df132 100644 --- a/filesystemdirproxy.cpp +++ b/filesystemdirproxy.cpp @@ -10,7 +10,7 @@ #include "filesystemdirproxy.h" -FilesystemDirProxy::FilesystemDirProxy(QObject *parent) : QSortFilterProxyModel(parent) {}; +FilesystemDirProxy::FilesystemDirProxy(QObject *parent) : QSortFilterProxyModel(parent) {} bool FilesystemDirProxy::filterAcceptsRow(int sourcerow, const QModelIndex &sourceparent) const { QFileSystemModel *m = static_cast<QFileSystemModel*>(sourceModel()); |