summaryrefslogtreecommitdiffstats
path: root/filesystemdirproxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'filesystemdirproxy.h')
-rw-r--r--filesystemdirproxy.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/filesystemdirproxy.h b/filesystemdirproxy.h
index 67c30de..4c9c998 100644
--- a/filesystemdirproxy.h
+++ b/filesystemdirproxy.h
@@ -16,7 +16,6 @@ class FilesystemDirProxy : public QSortFilterProxyModel {
Q_OBJECT
public:
FilesystemDirProxy(QObject *parent = 0);
- ~FilesystemDirProxy() {};
virtual bool filterAcceptsRow(int sourcerow, const QModelIndex &source_parent) const;
};