aboutsummaryrefslogtreecommitdiffstats
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorConfuSomu2024-01-26 11:21:00 -0500
committerConfuSomu2024-01-26 11:21:00 -0500
commitd561873e43de73b5ed48367bed6b6fcdfdefc174 (patch)
treee6e7c09eaa8ac2f9f688e9488756e0cfdf008439 /src/mainwindow.h
parent803432b3907ac8934263b0317a756ffbe8549db1 (diff)
downloadActorViewer-d561873e43de73b5ed48367bed6b6fcdfdefc174.tar
ActorViewer-d561873e43de73b5ed48367bed6b6fcdfdefc174.tar.gz
ActorViewer-d561873e43de73b5ed48367bed6b6fcdfdefc174.zip
Clear Activity list when invalid archive opened
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);