From 3114d8c8fb93952098ab2d57541f1d4b59b50fc5 Mon Sep 17 00:00:00 2001 From: Arno Date: Sat, 25 Feb 2017 18:48:44 +0100 Subject: Remove proxy Didn't work out... --- beetplayerproxy.h | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 beetplayerproxy.h (limited to 'beetplayerproxy.h') 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 - -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 -- cgit v1.2.3-70-g09d2