aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/library/librarywidget.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2021-01-02 18:30:38 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2021-01-02 18:30:38 +0000
commit7596bcb971e27330e089a7067b024e476b2ce15e (patch)
tree5cf9ad0c2b43a1515e65dbc97742aa5c00dac873 /src/plugins/General/library/librarywidget.h
parentbc85b9be80c7705d646a61667f9a3f4b3a8fd4fc (diff)
downloadqmmp-7596bcb971e27330e089a7067b024e476b2ce15e.tar.gz
qmmp-7596bcb971e27330e089a7067b024e476b2ce15e.tar.bz2
qmmp-7596bcb971e27330e089a7067b024e476b2ce15e.zip
library: added tree model
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@9613 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/library/librarywidget.h')
-rw-r--r--src/plugins/General/library/librarywidget.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/General/library/librarywidget.h b/src/plugins/General/library/librarywidget.h
index 24e635eae..e67150015 100644
--- a/src/plugins/General/library/librarywidget.h
+++ b/src/plugins/General/library/librarywidget.h
@@ -27,6 +27,8 @@ namespace Ui {
class LibraryWidget;
}
+class LibraryModel;
+
class LibraryWidget : public QWidget
{
Q_OBJECT
@@ -36,6 +38,7 @@ public:
private:
Ui::LibraryWidget *m_ui;
+ LibraryModel *m_model;
};
#endif // LIBRARYWIDGET_H