mirror of https://github.com/KDE/kasts.git
Switch to breeze style on android
This commit is contained in:
parent
b600110978
commit
e45dd71c83
|
@ -78,7 +78,7 @@ int main(int argc, char *argv[])
|
||||||
QGuiApplication app(argc, argv);
|
QGuiApplication app(argc, argv);
|
||||||
qInstallMessageHandler(myMessageHandler);
|
qInstallMessageHandler(myMessageHandler);
|
||||||
QLoggingCategory::setFilterRules(QStringLiteral("org.kde.*=true"));
|
QLoggingCategory::setFilterRules(QStringLiteral("org.kde.*=true"));
|
||||||
QQuickStyle::setStyle(QStringLiteral("Material"));
|
QQuickStyle::setStyle(QStringLiteral("org.kde.breeze"));
|
||||||
#else
|
#else
|
||||||
QApplication app(argc, argv);
|
QApplication app(argc, argv);
|
||||||
if (qEnvironmentVariableIsEmpty("QT_QUICK_CONTROLS_STYLE")) {
|
if (qEnvironmentVariableIsEmpty("QT_QUICK_CONTROLS_STYLE")) {
|
||||||
|
|
Loading…
Reference in New Issue