Sine Striker
2023-12-19 40de8507c452d86b136ff842bb184b8ca8b3e7a6
examples/mainwindow/mainwindow.cpp
@@ -107,10 +107,11 @@
void MainWindow::installWindowAgent() {
    // 1. Setup window agent
    auto agent = new QWK::WidgetWindowAgent(this);
    if (!agent->setup(this)) {
        qFatal("QWK failed to initialize.");
    }
    // Equivalent to:
    // auto agent = new QWK::WidgetWindowAgent(w);
    // agent->setup(w);
    QWK::WidgetWindowAgent *agent = QWK::setupWidgetWindow(this);
    // 2. Construct your title bar
    auto menuBar = []() {