From d3439845817beb78b6036762ee42b428069e0482 Mon Sep 17 00:00:00 2001 From: Arno Date: Sat, 17 Feb 2018 05:54:31 +0100 Subject: Introduce new class CollectionWidget It's intended to be the base class/widget for different views of the collection, eg. Artists or Songs. Each collection view should have its own widget to make it easier to keep the state when switching between collection views. Let's see how it turns out :) --- BeetPlayer.pro | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'BeetPlayer.pro') diff --git a/BeetPlayer.pro b/BeetPlayer.pro index ef8c662..7b7da0d 100644 --- a/BeetPlayer.pro +++ b/BeetPlayer.pro @@ -34,7 +34,8 @@ SOURCES += main.cpp\ indexerdialog.cpp \ helper.cpp \ webdownloader.cpp \ - webradiodialog.cpp + webradiodialog.cpp \ + collectionwidget.cpp HEADERS += beetplayer.h \ configurationdialog.h \ @@ -45,7 +46,8 @@ HEADERS += beetplayer.h \ indexerdialog.h \ helper.h \ webdownloader.h \ - webradiodialog.h + webradiodialog.h \ + collectionwidget.h LIBS += -ltag -- cgit v1.2.3-70-g09d2