| 301 | } // namespace |
| 302 | |
| 303 | MainWindow::MainWindow(QWidget* parent) : MainWindow(QString{}, parent) {} |
| 304 | |
| 305 | MainWindow::MainWindow(QString extensions_dir, QWidget* parent) |
| 306 | : QMainWindow(parent), |
nothing calls this directly
no test coverage detected