translation path from debug removed
This commit is contained in:
parent
1be0c054e4
commit
4c000e7b65
1 changed files with 0 additions and 1 deletions
1
main.cpp
1
main.cpp
|
@ -59,7 +59,6 @@ int main(int argc, char *argv[])
|
||||||
// Start external translate loading
|
// Start external translate loading
|
||||||
QString langpath = a.applicationFilePath();
|
QString langpath = a.applicationFilePath();
|
||||||
langpath = appDir.absolutePath();
|
langpath = appDir.absolutePath();
|
||||||
qDebug() << "Translation path" << langpath;
|
|
||||||
bool trsf = false;
|
bool trsf = false;
|
||||||
bool svlp = false;
|
bool svlp = false;
|
||||||
QTranslator EappTranslator;
|
QTranslator EappTranslator;
|
||||||
|
|
Loading…
Reference in a new issue