Sine Striker
2023-12-20 8209cdfb1d85a40cc770f854d773c3a10f5ab576
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 = []() {