mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 07:15:35 +08:00
Ref T34, review item
This commit is contained in:
@@ -440,7 +440,7 @@ namespace BlackGui
|
||||
{
|
||||
static const QString qss(".qss");
|
||||
QString fn(fileName);
|
||||
if (fn.endsWith(qss)) fn = fn.left(fn.length() - qss.length());
|
||||
if (fn.endsWith(qss)) { fn.chop(qss.length()); }
|
||||
|
||||
QString specific;
|
||||
if (CBuildConfig::isRunningOnWindowsNtPlatform())
|
||||
|
||||
Reference in New Issue
Block a user