summaryrefslogtreecommitdiffstats
path: root/src/library/banshee/bansheefeature.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/library/banshee/bansheefeature.h')
-rw-r--r--src/library/banshee/bansheefeature.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/library/banshee/bansheefeature.h b/src/library/banshee/bansheefeature.h
index c9f3908df4..3df7b4f68d 100644
--- a/src/library/banshee/bansheefeature.h
+++ b/src/library/banshee/bansheefeature.h
@@ -20,7 +20,7 @@ class BansheePlaylistModel;
class BansheeFeature : public BaseExternalLibraryFeature {
Q_OBJECT
public:
- BansheeFeature(QObject* parent, TrackCollection* pTrackCollection, UserSettingsPointer pConfig);
+ BansheeFeature(Library*pLibrary, UserSettingsPointer pConfig);
virtual ~BansheeFeature();
static bool isSupported();
static void prepareDbPath(UserSettingsPointer pConfig);
@@ -40,9 +40,8 @@ class BansheeFeature : public BaseExternalLibraryFeature {
BansheePlaylistModel* m_pBansheePlaylistModel;
TreeItemModel m_childModel;
QStringList m_playlists;
- TrackCollection* m_pTrackCollection;
- //a new DB connection for the worker thread
+ //a new DB connection for the worker thread
BansheeDbConnection m_connection;
QSqlDatabase m_database;