Sine Striker
2023-12-20 fb776030fc1673bc22d8e9f8972ee9009438d6a3
examples/mainwindow/mainwindow.cpp
@@ -108,9 +108,7 @@
void MainWindow::installWindowAgent() {
    // 1. Setup window agent
    auto agent = new QWK::WidgetWindowAgent(this);
    if (!agent->setup(this)) {
        qFatal("QWK failed to initialize.");
    }
    agent->setup(this);
    // 2. Construct your title bar
    auto menuBar = []() {