mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Fixed compile error
This commit is contained in:
parent
caf64cd000
commit
c13e2ca341
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user