aboutsummaryrefslogtreecommitdiff
path: root/depends/groupview/GroupedProxyModel.h
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2014-02-04 01:40:51 +0100
committerPetr Mrázek <peterix@gmail.com>2014-02-04 01:40:51 +0100
commit7839c4ecc01aad4c5d34a6d06b2dfc4afdc58458 (patch)
tree3d508443d43b1c468ae6be261cb8403169dbe850 /depends/groupview/GroupedProxyModel.h
parentb82eb5873e99dce6aec735b08929e3add52e53e7 (diff)
downloadPrismLauncher-7839c4ecc01aad4c5d34a6d06b2dfc4afdc58458.tar.gz
PrismLauncher-7839c4ecc01aad4c5d34a6d06b2dfc4afdc58458.tar.bz2
PrismLauncher-7839c4ecc01aad4c5d34a6d06b2dfc4afdc58458.zip
Pave.
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;
-};