MainWindow: Remove unnecessary hide()

This commit is contained in:
Jonas Kvinge
2022-05-21 19:12:22 +02:00
parent 36eb131289
commit 788747c071
2 changed files with 16 additions and 8 deletions

View File

@@ -395,6 +395,7 @@ class MainWindow : public QMainWindow, public PlatformInterface {
bool exit_;
int exit_count_;
bool delete_files_;
bool ignore_close_;
};