From 9a6a0bbaaf1fd12a4d91d2ad0d5f1a3658228390 Mon Sep 17 00:00:00 2001 From: Arno Date: Mon, 1 Jan 2018 11:38:31 +0100 Subject: Clean up filesystemfileproxy.cpp Remove unneccessary includes and forward declarations. --- filesystemfileproxy.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'filesystemfileproxy.h') diff --git a/filesystemfileproxy.h b/filesystemfileproxy.h index e829158..1d29051 100644 --- a/filesystemfileproxy.h +++ b/filesystemfileproxy.h @@ -10,14 +10,11 @@ #include -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: -- cgit v1.2.3-70-g09d2