summaryrefslogtreecommitdiffstats
path: root/depends/groupview/GroupedProxyModel.h
diff options
context:
space:
mode:
Diffstat (limited to 'depends/groupview/GroupedProxyModel.h')
-rw-r--r--depends/groupview/GroupedProxyModel.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/depends/groupview/GroupedProxyModel.h b/depends/groupview/GroupedProxyModel.h
deleted file mode 100644
index cae87ecd..00000000
--- a/depends/groupview/GroupedProxyModel.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#pragma once
-
-#include <QSortFilterProxyModel>
-
-class GroupedProxyModel : public QSortFilterProxyModel
-{
- Q_OBJECT
-
-public:
- GroupedProxyModel(QObject *parent = 0);
-
-protected:
- bool lessThan(const QModelIndex &left, const QModelIndex &right) const;
-};