summaryrefslogtreecommitdiffstats
path: root/src/library/browse/browsefeature.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/library/browse/browsefeature.h')
-rw-r--r--src/library/browse/browsefeature.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/library/browse/browsefeature.h b/src/library/browse/browsefeature.h
index a414614759..76994191bc 100644
--- a/src/library/browse/browsefeature.h
+++ b/src/library/browse/browsefeature.h
@@ -22,15 +22,16 @@
#define QUICK_LINK_NODE "::mixxx_quick_lnk_node::"
#define DEVICE_NODE "::mixxx_device_node::"
+class Library;
class TrackCollection;
class BrowseFeature : public LibraryFeature {
Q_OBJECT
public:
- BrowseFeature(QObject* parent,
- UserSettingsPointer pConfig,
- TrackCollection* pTrackCollection,
- RecordingManager* pRec);
+ BrowseFeature(Library* parent,
+ UserSettingsPointer pConfig,
+ TrackCollection* pTrackCollection,
+ RecordingManager* pRecordingManager);
virtual ~BrowseFeature();
QVariant title();