From 3f31eff4e39284b28fe877d6665480e53e9f948c Mon Sep 17 00:00:00 2001 From: Rafael Date: Mon, 11 Apr 2016 14:44:15 +0200 Subject: [PATCH] AppEnv debug code added --- AppEnv.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AppEnv.cpp b/AppEnv.cpp index 9a3ac87..e0227c2 100755 --- a/AppEnv.cpp +++ b/AppEnv.cpp @@ -20,6 +20,7 @@ #include "AppEnv.h" #include "StandardPaths.h" #include +#include #include #include using namespace std; @@ -35,6 +36,7 @@ QString AppEnv::getGameFolder(bool *ok) QDir dir; bool retok; QString GTAV_FOLDER(getenv("GTAV_FOLDER")); + qDebug() << GTAV_FOLDER; if (GTAV_FOLDER != "") { dir.setPath(GTAV_FOLDER);