+ 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

@@ -82,7 +82,7 @@ bool Assistant::startAssistant()
#ifdef Q_OS_WIN
QString app;
app = QDir::toNativeSeparators(QString::fromUtf8
(App::GetApplication().GetHomePath()) + QLatin1String("bin/"));
(App::GetApplication().getHomePath()) + QLatin1String("bin/"));
#else
QString app = QLibraryInfo::location(QLibraryInfo::BinariesPath) + QDir::separator();
#endif