mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 02:30:44 +00:00
Use qDebug to verify AppData folder
This commit is contained in:
parent
605e573c2f
commit
d571653c1e
@ -337,6 +337,7 @@ int main(int argc, char *argv[])
|
||||
} else {
|
||||
settings.setValue("Settings/AppData", homeDocs + getModifiedAppData()); // set up new data directory path
|
||||
}
|
||||
qDebug() << "First time: Setting " + GetAppData();
|
||||
}
|
||||
|
||||
QDir dir(GetAppData());
|
||||
@ -383,6 +384,8 @@ int main(int argc, char *argv[])
|
||||
} // user wants a different folder
|
||||
} // user used --datadir folder to select a folder
|
||||
} // The folder doesn't exist
|
||||
else
|
||||
qDebug() << "AppData folder already exisits, so ...";
|
||||
qDebug() << "Using " + GetAppData() + " as OSCAR data folder";
|
||||
|
||||
QDir newDir(GetAppData());
|
||||
|
Loading…
Reference in New Issue
Block a user