Fix Windows builds

(cherry picked from commit 92fcff1dce)
This commit is contained in:
Hannah von Reth
2021-05-26 10:22:36 +02:00
committed by Carl Schwan
parent 0c292b34ff
commit 79ceb45fae

View File

@@ -84,7 +84,7 @@ int main(int argc, char *argv[])
freopen("CONOUT$", "w", stderr);
}
QGuiApplication::setStyle(QStringLiteral("breeze"));
QApplication::setStyle(QStringLiteral("breeze"));
auto font = app.font();
font.setPointSize(10);
app.setFont(font);