#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; }; #endif // BEETPLAYERPROXY_H