Rename leftovers that were forgotten in 645903ed6b

This commit is contained in:
2022-04-24 17:19:09 +02:00
parent d2d576e617
commit 9b51e00737
2 changed files with 3 additions and 3 deletions

View File

@@ -96,7 +96,7 @@ void Common::setupAppInfo()
QString Common::databasePath()
{
QString env = QProcessEnvironment::systemEnvironment().value("QSS_DB_OVERRIDE");
QString env = QProcessEnvironment::systemEnvironment().value("LOOQS_DB_OVERRIDE");
if(env == "")
{
QSettings settings;