Sine Striker
2023-12-16 1fab480dc53e910a614d5d836993adb743d59352
examples/mainwindow/mainwindow.cpp
@@ -107,7 +107,7 @@
void MainWindow::installWindowAgent() {
    auto agent = new QWK::WidgetWindowAgent(this);
    if (!agent->setup(this)) {
        qFatal("Frameless handle failed to initialize.");
        qFatal("QWK failed to initialize.");
    }
    auto menuBar = []() {