summaryrefslogtreecommitdiffstats
path: root/src/library/rhythmbox/rhythmboxfeature.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/library/rhythmbox/rhythmboxfeature.h')
-rw-r--r--src/library/rhythmbox/rhythmboxfeature.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/library/rhythmbox/rhythmboxfeature.h b/src/library/rhythmbox/rhythmboxfeature.h
index 25ecb3d216..94b9b3dfbe 100644
--- a/src/library/rhythmbox/rhythmboxfeature.h
+++ b/src/library/rhythmbox/rhythmboxfeature.h
@@ -21,7 +21,7 @@ class BaseExternalPlaylistModel;
class RhythmboxFeature : public BaseExternalLibraryFeature {
Q_OBJECT
public:
- RhythmboxFeature(QObject* parent, TrackCollection*);
+ RhythmboxFeature(Library* pLibrary, UserSettingsPointer pConfig);
virtual ~RhythmboxFeature();
static bool isSupported();
@@ -51,7 +51,6 @@ class RhythmboxFeature : public BaseExternalLibraryFeature {
BaseExternalTrackModel* m_pRhythmboxTrackModel;
BaseExternalPlaylistModel* m_pRhythmboxPlaylistModel;
- TrackCollection* m_pTrackCollection;
// new DB object because of threads
QSqlDatabase m_database;
bool m_isActivated;