diff options
| author | Silarn <jrim@rimpo.org> | 2019-12-31 02:42:00 -0600 |
|---|---|---|
| committer | Jeremy Rimpo <jeremy.rimpo@servermonkey.com> | 2023-09-21 17:11:59 -0500 |
| commit | 2f7478f8fc3ab047eaab44cd666bcc06bf15a127 (patch) | |
| tree | 3788291a5fd73032263fdf0eb5649e8590bd060e /src/mainwindow.h | |
| parent | f764271b1f1fa457af9dd4f7d044005d46fcd84b (diff) | |
WIP: Fix data storage and fix loading
Diffstat (limited to 'src/mainwindow.h')
| -rw-r--r-- | src/mainwindow.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index 42ffc83e..50ff893f 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -157,6 +157,13 @@ public: public slots: void refresherProgress(const DirectoryRefreshProgress* p); + void directory_refreshed(); + + void toolPluginInvoke(); + void modPagePluginInvoke(); + + void requestNexusCategories(); + signals: // emitted after the information dialog has been closed, used by tutorials // |
