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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/library/browse/browsefeature.h b/src/library/browse/browsefeature.h
index dcbf845701..1bf005c662 100644
--- a/src/library/browse/browsefeature.h
+++ b/src/library/browse/browsefeature.h
@@ -24,6 +24,7 @@
class Library;
class TrackCollection;
+class WLibrarySidebar;
class BrowseFeature : public LibraryFeature {
Q_OBJECT
@@ -39,6 +40,7 @@ class BrowseFeature : public LibraryFeature {
void bindLibraryWidget(WLibrary* libraryWidget,
KeyboardEventFilter* keyboard);
+ void bindSidebarWidget(WLibrarySidebar* pSidebarWidget);
TreeItemModel* getChildModel();
@@ -77,6 +79,7 @@ class BrowseFeature : public LibraryFeature {
TreeItem* m_pQuickLinkItem;
QStringList m_quickLinkList;
QIcon m_icon;
+ QPointer<WLibrarySidebar> m_pSidebarWidget;
};
#endif // BROWSEFEATURE_H