mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-08 12:10:43 +00:00
Safety first.. Broke GIT temporarily so I could fix something
This commit is contained in:
parent
c91c1af0ba
commit
cf7a9ee426
@ -72,6 +72,7 @@ QString GetAppRoot()
|
|||||||
if (HomeAppRoot.isEmpty()) {
|
if (HomeAppRoot.isEmpty()) {
|
||||||
HomeAppRoot = desktopFolder + "/" + getDefaultAppRoot();
|
HomeAppRoot = desktopFolder + "/" + getDefaultAppRoot();
|
||||||
|
|
||||||
|
BREAK....
|
||||||
const QString testing = "-Testing";
|
const QString testing = "-Testing";
|
||||||
QDir dir(HomeAppRoot+testing);
|
QDir dir(HomeAppRoot+testing);
|
||||||
if (dir.exists()) {
|
if (dir.exists()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user