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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/General/library/librarywidget.h b/src/plugins/General/library/librarywidget.h
index e67150015..8a9db9288 100644
--- a/src/plugins/General/library/librarywidget.h
+++ b/src/plugins/General/library/librarywidget.h
@@ -35,6 +35,7 @@ class LibraryWidget : public QWidget
public:
explicit LibraryWidget(bool dialog, QWidget *parent = nullptr);
~LibraryWidget();
+ void refresh();
private:
Ui::LibraryWidget *m_ui;