From d6394fcd47f32790a6eca7d1d51d0a72a1887240 Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Thu, 27 May 2021 17:24:11 +0200 Subject: [PATCH] Set fallback icon theme to breeze --- src/main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.cpp b/src/main.cpp index 14c1be541..498307cd0 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -11,6 +11,7 @@ #include #include #include +#include #ifdef Q_OS_ANDROID #include @@ -63,6 +64,7 @@ Q_DECL_EXPORT #endif int main(int argc, char *argv[]) { + QIcon::setFallbackThemeName("breeze"); QGuiApplication::setAttribute(Qt::AA_EnableHighDpiScaling); QNetworkProxyFactory::setUseSystemConfiguration(true);