summaryrefslogtreecommitdiffstats
path: root/beetplayerproxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'beetplayerproxy.h')
-rw-r--r--beetplayerproxy.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/beetplayerproxy.h b/beetplayerproxy.h
deleted file mode 100644
index 69907ae..0000000
--- a/beetplayerproxy.h
+++ /dev/null
@@ -1,19 +0,0 @@
-#ifndef BEETPLAYERPROXY_H
-#define BEETPLAYERPROXY_H
-
-#include <QSortFilterProxyModel>
-
-class BeetPlayerProxy : public QSortFilterProxyModel {
- Q_OBJECT
- public:
- BeetPlayerProxy(QObject *parent = 0);
-
- protected:
- virtual bool filterAcceptsRow(int source_row, const QModelIndex &source_parent) const;
-
- private:
- bool hasValidChild(QModelIndex parent) const;
- bool recurseChildren(QModelIndex parent) const;
-};
-
-#endif // BEETPLAYERPROXY_H