Add internet tabs view and tidal favorites (#167)
This commit is contained in:
@@ -54,16 +54,7 @@ class CollectionFilterWidget;
|
||||
class EditTagDialog;
|
||||
class OrganiseDialog;
|
||||
|
||||
class CollectionItemDelegate : public QStyledItemDelegate {
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
CollectionItemDelegate(QObject *parent);
|
||||
void paint(QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const;
|
||||
|
||||
public slots:
|
||||
bool helpEvent(QHelpEvent *event, QAbstractItemView *view, const QStyleOptionViewItem &option, const QModelIndex &index);
|
||||
};
|
||||
using std::unique_ptr;
|
||||
|
||||
class CollectionView : public AutoExpandingTreeView {
|
||||
Q_OBJECT
|
||||
@@ -173,4 +164,3 @@ class CollectionView : public AutoExpandingTreeView {
|
||||
};
|
||||
|
||||
#endif // COLLECTIONVIEW_H
|
||||
|
||||
|
||||
Reference in New Issue
Block a user