diff options
Diffstat (limited to 'beetplayerproxy.h')
-rw-r--r-- | beetplayerproxy.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/beetplayerproxy.h b/beetplayerproxy.h index b50b972..69907ae 100644 --- a/beetplayerproxy.h +++ b/beetplayerproxy.h @@ -10,6 +10,10 @@ class BeetPlayerProxy : public QSortFilterProxyModel { 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 |