This commit is contained in:
SimoneN64
2024-01-19 00:59:47 +01:00
parent 7f1bef6037
commit 042fd05338
10 changed files with 67 additions and 25 deletions

View File

@@ -2,7 +2,7 @@
#include <QMessageBox>
#include <MainWindow.hpp>
MainWindowController::MainWindowController() noexcept : vulkanWidget(new RenderWidget(this)) {
MainWindowController::MainWindowController() noexcept {
view.setupUi(this);
ConnectSignalsToSlots();
}