From 7596bcb971e27330e089a7067b024e476b2ce15e Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 2 Jan 2021 18:30:38 +0000 Subject: library: added tree model git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@9613 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/library/librarywidget.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/plugins/General/library/librarywidget.h') 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 -- cgit v1.2.3-13-gbd6f