Skip to content
Snippets Groups Projects
Commit 2b7f1596 authored by akiraohgaki's avatar akiraohgaki
Browse files

Debuging

parent f7214a21
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ int main(int argc, char *argv[])
auto envPath = appDirPath + ":" + appDirPath + "/usr/bin:" + QString::fromLocal8Bit(qgetenv("PATH").constData());
qputenv("PATH", envPath.toUtf8().constData());
qDebug() << QString::fromLocal8Bit(qgetenv("PATH").constData());
qInfo() << QString::fromLocal8Bit(qgetenv("PATH").constData());
auto *configHandler = new ConfigHandler(&app);
auto appConfigApplication = configHandler->getAppConfigApplication();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment