Added SettingsHandler class.

This commit is contained in:
2025-10-31 15:24:06 +01:00
parent d943f2d89a
commit 7ba0304232
4 changed files with 60 additions and 0 deletions

View File

@ -69,6 +69,7 @@ QString GenericCore::getMaintenanceToolFilePath() const {
/// setting the applicationDirPath hard coded to test update feature from IDE
#ifdef QT_DEBUG
// REFACTOR retrieve application name automatically instead of using hard coded name
applicationDirPath = "/opt/GenericQtClient";
#endif