From da6afaedc1bce08ee78b3f8f780ab72ce1f54b6f Mon Sep 17 00:00:00 2001 From: ConfuSomu Date: Sat, 10 Jun 2023 19:03:06 -0400 Subject: Remove outbox_filename member from MainWindow We don't need to store the outbox filename in MainWindow as all processing of the current archive is done by the data_archive member and requires us to only initially pass the archive filename. --- src/mainwindow.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mainwindow.h') diff --git a/src/mainwindow.h b/src/mainwindow.h index 2d05e00..a856dbe 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -50,7 +50,6 @@ private: Ui::MainWindow *ui; - QString outbox_filename; ViewStatusTypes view_filters; bool view_filters_changed = false; -- cgit v1.2.3-54-g00ecf