Sine Striker
2023-12-20 fb776030fc1673bc22d8e9f8972ee9009438d6a3
examples/mainwindow/mainwindow.cpp
@@ -107,11 +107,8 @@
void MainWindow::installWindowAgent() {
    // 1. Setup window agent
    // Equivalent to:
    // auto agent = new QWK::WidgetWindowAgent(w);
    // agent->setup(w);
    QWK::WidgetWindowAgent *agent = QWK::setupWidgetWindow(this);
    auto agent = new QWK::WidgetWindowAgent(this);
    agent->setup(this);
    // 2. Construct your title bar
    auto menuBar = []() {