summaryrefslogtreecommitdiffstats
path: root/filesystemfileproxy.h
diff options
context:
space:
mode:
authorArno <arno@disconnect.de>2018-01-01 11:38:31 +0100
committerArno <arno@disconnect.de>2018-01-01 11:38:31 +0100
commit9a6a0bbaaf1fd12a4d91d2ad0d5f1a3658228390 (patch)
treeeac944cd5704c79ac3c47515f858c56f781e063b /filesystemfileproxy.h
parent9ac5cb448aaaa62c5d8a4276640937c347b2b68d (diff)
downloadSheMov-9a6a0bbaaf1fd12a4d91d2ad0d5f1a3658228390.tar.gz
SheMov-9a6a0bbaaf1fd12a4d91d2ad0d5f1a3658228390.tar.bz2
SheMov-9a6a0bbaaf1fd12a4d91d2ad0d5f1a3658228390.zip
Clean up filesystemfileproxy.cpp
Remove unneccessary includes and forward declarations.
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: