Sine Striker
2023-12-06 a0bede6ff6a700a6eea9702c49d378f07de22f63
examples/mainwindow/mainwindow.cpp
@@ -32,8 +32,7 @@
void MainWindow::installWindowAgent() {
    auto agent = new QWK::WidgetWindowAgent(this);
    if (!agent->setup(this)) {
        qDebug() << "Frameless handle failed to initialize.";
        return;
        qFatal("Frameless handle failed to initialize.");
    }
    auto titleLabel = new QLabel();