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();