Sine Striker
2023-12-26 c8a5a82994e513acb00ba0e1f0b882ccbb18a6db
examples/mainwindow/mainwindow.cpp
@@ -115,10 +115,6 @@
    windowAgent = new QWK::WidgetWindowAgent(this);
    windowAgent->setup(this);
#ifdef Q_OS_WIN
    windowAgent->setWindowAttribute(QStringLiteral("dark-mode"), true);
#endif
    // 2. Construct your title bar
    auto menuBar = [this]() {
        auto menuBar = new QMenuBar();