AppEnv debug code removed
This commit is contained in:
parent
3f31eff4e3
commit
6cdcb018db
1 changed files with 0 additions and 1 deletions
|
@ -36,7 +36,6 @@ QString AppEnv::getGameFolder(bool *ok)
|
||||||
QDir dir;
|
QDir dir;
|
||||||
bool retok;
|
bool retok;
|
||||||
QString GTAV_FOLDER(getenv("GTAV_FOLDER"));
|
QString GTAV_FOLDER(getenv("GTAV_FOLDER"));
|
||||||
qDebug() << GTAV_FOLDER;
|
|
||||||
if (GTAV_FOLDER != "")
|
if (GTAV_FOLDER != "")
|
||||||
{
|
{
|
||||||
dir.setPath(GTAV_FOLDER);
|
dir.setPath(GTAV_FOLDER);
|
||||||
|
|
Loading…
Reference in a new issue