mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 02:35:33 +08:00
refs #475 Tweaked resource file directory.
This commit is contained in:
@@ -233,7 +233,6 @@ namespace BlackMisc
|
||||
QString CProject::getSwiftResourceDir()
|
||||
{
|
||||
QDir dir(getApplicationDir());
|
||||
if (!dir.cdUp()) { return ""; }
|
||||
if (dir.cd("resources")) { return dir.absolutePath(); }
|
||||
return "";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user