Fixed compile error

This commit is contained in:
thunder2 2022-01-01 01:03:28 +01:00
parent caf64cd000
commit c13e2ca341

View File

@ -748,7 +748,7 @@ void Rshare::loadStyleSheet(const QString &sheetName)
if (!sheetName.isEmpty() && (sheetName != ":default")) {
/* load stylesheet */
if (sheetName.at(0) == ":") {
if (sheetName.at(0) == ':') {
/* internal stylesheet */
file.setFileName(QString(":/qss/stylesheet/%1%2.qss").arg(name, sheetName.mid(1)));
} else {