mirror of
https://github.com/overte-org/overte.git
synced 2025-08-13 19:19:42 +02:00
adding print statment
This commit is contained in:
parent
8fc50222f5
commit
024d5d30c6
1 changed files with 1 additions and 0 deletions
|
@ -138,6 +138,7 @@ QString PathUtils::expandToAppAbsolutePath(const QString& filePath, bool localPa
|
|||
if (path.startsWith("/~/")) {
|
||||
QString absolutePath = applicationAbsolutePath();
|
||||
if (localPath) {
|
||||
qDebug() << "PathUtils -> " << filePath;
|
||||
path.replace(0, 3, absolutePath);
|
||||
} else {
|
||||
path.replace(1, 2, absolutePath);
|
||||
|
|
Loading…
Reference in a new issue