Fix warning

This commit is contained in:
Nicolas Fella
2021-01-26 17:35:02 +01:00
parent c2b388d553
commit 8e6d1a8ea2

View File

@@ -68,7 +68,7 @@ int main(int argc, char *argv[])
}
#endif
#if Q_OS_WINDOWS
#ifdef Q_OS_WINDOWS
QApplication::setStyle(QStringLiteral("breeze"));
#endif