aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/library/librarywidget.h
diff options
context:
space:
mode:
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