mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-28 08:54:13 -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")) {
|
||||
/* 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…
Add table
Add a link
Reference in a new issue