aboutsummaryrefslogtreecommitdiffstats
path: root/src/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 8a14bf8..39ac68c 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -31,13 +31,17 @@ private slots:
void on_actionDirect_messages_triggered(bool checked);
void on_actionOnly_with_attachment_triggered(bool checked);
+ void on_menuView_aboutToHide();
+
private:
void reset_view_filters();
+ void relist_statuses();
Ui::MainWindow *ui;
QString outbox_filename;
ViewTootTypes view_filters;
+ bool view_filters_changed = false;
Archive *data_archive = nullptr;
};