+ harmonize API

This commit is contained in:
wmayer
2014-10-19 14:25:51 +02:00
parent 19cd18af4d
commit be949a054d
11 changed files with 16 additions and 16 deletions

View File

@@ -853,7 +853,7 @@ void PyResource::load( const char* name )
// checks whether it's a relative path
if (fi.isRelative()) {
QString cwd = QDir::currentPath ();
QString home= QDir(QString::fromUtf8(App::GetApplication().GetHomePath())).path();
QString home= QDir(QString::fromUtf8(App::GetApplication().getHomePath())).path();
// search in cwd and home path for the file
//