summaryrefslogtreecommitdiffstats
path: root/CategorizedProxyModel.h
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2014-01-31 22:51:45 +0100
committerPetr Mrázek <peterix@gmail.com>2014-01-31 22:51:45 +0100
commit3fb7a0faf069fdc5a4f14a12dfd76c43819c3378 (patch)
treee2379ae9619152fd9e378ad9ee64256a5d5d6647 /CategorizedProxyModel.h
parentc47933d95cae407a99acfbbb941655f7cd52e1ae (diff)
downloadMultiMC-3fb7a0faf069fdc5a4f14a12dfd76c43819c3378.tar
MultiMC-3fb7a0faf069fdc5a4f14a12dfd76c43819c3378.tar.gz
MultiMC-3fb7a0faf069fdc5a4f14a12dfd76c43819c3378.tar.lz
MultiMC-3fb7a0faf069fdc5a4f14a12dfd76c43819c3378.tar.xz
MultiMC-3fb7a0faf069fdc5a4f14a12dfd76c43819c3378.zip
Reformat, Rename, Redo
Diffstat (limited to 'CategorizedProxyModel.h')
-rw-r--r--CategorizedProxyModel.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/CategorizedProxyModel.h b/CategorizedProxyModel.h
deleted file mode 100644
index 6e4f3fdc..00000000
--- a/CategorizedProxyModel.h
+++ /dev/null
@@ -1,18 +0,0 @@
-#ifndef CATEGORIZEDPROXYMODEL_H
-#define CATEGORIZEDPROXYMODEL_H
-
-#include <QSortFilterProxyModel>
-
-class CategorizedProxyModel : public QSortFilterProxyModel
-{
- Q_OBJECT
-
-public:
- CategorizedProxyModel(QObject *parent = 0);
-
-protected:
- bool lessThan(const QModelIndex &left, const QModelIndex &right) const;
-};
-
-
-#endif // CATEGORIZEDPROXYMODEL_H