From 8e6d1a8ea299804fe97a71c64a7841cbb46ebebc Mon Sep 17 00:00:00 2001 From: Nicolas Fella Date: Tue, 26 Jan 2021 17:35:02 +0100 Subject: [PATCH] Fix warning --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index f3d967ebb..25863984f 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -68,7 +68,7 @@ int main(int argc, char *argv[]) } #endif -#if Q_OS_WINDOWS +#ifdef Q_OS_WINDOWS QApplication::setStyle(QStringLiteral("breeze")); #endif