summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index bbbbea2f..f55a7f8f 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -285,7 +285,7 @@ private:
QMenu *modListContextMenu();
- std::set<QString> managedArchives();
+ std::set<QString> enabledArchives();
private:
@@ -593,6 +593,7 @@ private slots: // ui slots
void on_categoriesAndBtn_toggled(bool checked);
void on_categoriesOrBtn_toggled(bool checked);
void on_managedArchiveLabel_linkHovered(const QString &link);
+ void on_manageArchivesBox_toggled(bool checked);
};