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