Zhao Yuhang
2023-12-15 dddf96c011723a12b11acc2980c10eb370961021
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 = []() {