summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-08-04 06:58:15 -0400
committerisanae <14251494+isanae@users.noreply.github.com>2019-08-04 06:58:15 -0400
commitf387a670d119e501c5750b7efa1d3c11832ccf8c (patch)
tree51e3fa7c109f9c1ea2fef235cfbe1b913f132926 /src/mainwindow.h
parent3d86f150ca3a0992ddaca5055a270b7204c0682a (diff)
moved mod list stuff to setupModList(), no changes
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index e8f60211..5ddb9bef 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -698,6 +698,7 @@ private slots: // ui slots
void on_categoriesOrBtn_toggled(bool checked);
void on_managedArchiveLabel_linkHovered(const QString &link);
+ void setupModList();
void showMenuBar(bool b);
void showStatusBar(bool b);
};