mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-29 01:08:50 -04:00
Fixed compile error
This commit is contained in:
parent
caf64cd000
commit
c13e2ca341
1 changed files with 1 additions and 1 deletions
|
@ -748,7 +748,7 @@ void Rshare::loadStyleSheet(const QString &sheetName)
|
||||||
|
|
||||||
if (!sheetName.isEmpty() && (sheetName != ":default")) {
|
if (!sheetName.isEmpty() && (sheetName != ":default")) {
|
||||||
/* load stylesheet */
|
/* load stylesheet */
|
||||||
if (sheetName.at(0) == ":") {
|
if (sheetName.at(0) == ':') {
|
||||||
/* internal stylesheet */
|
/* internal stylesheet */
|
||||||
file.setFileName(QString(":/qss/stylesheet/%1%2.qss").arg(name, sheetName.mid(1)));
|
file.setFileName(QString(":/qss/stylesheet/%1%2.qss").arg(name, sheetName.mid(1)));
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue