| 78 | int MainWindow::num_open_files = 0; |
| 79 | |
| 80 | MainWindow::MainWindow(QWidget* parent, Qt::WindowFlags flags) |
| 81 | : MainWindow { true, parent, flags } |
| 82 | { |
| 83 | // nothing else |
| 84 | } |
| 85 | |
| 86 | MainWindow::MainWindow(bool as_main_window, QWidget* parent, Qt::WindowFlags flags) |
| 87 | : QMainWindow { parent, flags } |