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