aboutsummaryrefslogtreecommitdiffstats
path: root/src/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index aadd439..cc43176 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -32,7 +32,7 @@ public slots:
signals:
void search_text_changed(const QString &text, bool search_immediately = false);
- void new_archive_opened();
+ void new_archive_opened(bool is_valid);
private slots:
void on_actionOpen_triggered(bool checked);