GUI: Fix broken build - splitbutton (#25892)

This commit is contained in:
PaddleStroke
2025-12-03 03:24:57 +01:00
committed by GitHub
parent 280382ad3e
commit 7c2dac1278
2 changed files with 3 additions and 3 deletions

View File

@@ -2668,7 +2668,7 @@ void Application::setStyleSheet(const QString& qssFile, bool tiledBackground)
mw->setProperty("fc_tiledBackground", tiledBackground);
QString defaultStyleSheet = [this]() {
QFile f("qss:defaults.qss");
QFile f(QLatin1String("qss:defaults.qss"));
if (!f.open(QFile::ReadOnly)) {
return QString();