summaryrefslogtreecommitdiffstats
path: root/filesystemfileproxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'filesystemfileproxy.h')
-rw-r--r--filesystemfileproxy.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/filesystemfileproxy.h b/filesystemfileproxy.h
index e829158..1d29051 100644
--- a/filesystemfileproxy.h
+++ b/filesystemfileproxy.h
@@ -10,14 +10,11 @@
#include <QSortFilterProxyModel>
-class QModelIndex;
-class QVariant;
-
class FilesystemFileProxy : public QSortFilterProxyModel {
Q_OBJECT
public:
FilesystemFileProxy(QObject *parent = 0);
- ~FilesystemFileProxy() {};
+ ~FilesystemFileProxy() {}
virtual QVariant data(const QModelIndex &index, int role) const;
protected: