Safety first.. Broke GIT temporarily so I could fix something

This commit is contained in:
Mark Watkins 2016-03-03 23:47:22 +10:00
parent c91c1af0ba
commit cf7a9ee426

View File

@ -72,6 +72,7 @@ QString GetAppRoot()
if (HomeAppRoot.isEmpty()) {
HomeAppRoot = desktopFolder + "/" + getDefaultAppRoot();
BREAK....
const QString testing = "-Testing";
QDir dir(HomeAppRoot+testing);
if (dir.exists()) {