Zhao Yuhang
2023-12-14 2452f5958272d50981ab89ff843d2fa715d33957
examples/mainwindow/mainwindow.cpp
@@ -107,7 +107,7 @@
void MainWindow::installWindowAgent() {
    auto agent = new QWK::WidgetWindowAgent(this);
    if (!agent->setup(this)) {
        qFatal("Frameless handle failed to initialize.");
        qFatal("QWK failed to initialize.");
    }
    auto menuBar = []() {