diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-06-18 18:28:45 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-06-18 18:48:42 +0200 |
commit | 04c196eb21879f4db0e55a12ecdf529f9a7e823d (patch) | |
tree | e4e886974a704a79dedc441f2b4cbbaa30af3db4 /gui | |
parent | e92d209598e115acc9ed7bf90bed61be80238536 (diff) |
minor tweaks only
Diffstat (limited to 'gui')
-rw-r--r-- | gui/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/main.cpp b/gui/main.cpp index b422a374..f4cf06af 100644 --- a/gui/main.cpp +++ b/gui/main.cpp @@ -84,7 +84,7 @@ void add_win32_path() lib_path.replace("/", "\\"); const QByteArray lib_path_ = QFile::encodeName(lib_path); - QString mod_path = OPENTRACK_BASE_PATH + QString(OPENTRACK_LIBRARY_PATH); + QString mod_path = OPENTRACK_BASE_PATH + OPENTRACK_LIBRARY_PATH; mod_path.replace("/", "\\"); const QByteArray mod_path_ = QFile::encodeName(mod_path); |