adding print statment

This commit is contained in:
Dante Ruiz 2018-02-20 11:34:24 -08:00
parent 8fc50222f5
commit 024d5d30c6

View file

@ -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);