Closed frankystone closed 5 days ago
QMS-#699
Replaced QSetting cfg; with SETTINGS; and included CSettings.h in IUnit.cpp
QSetting cfg;
SETTINGS;
CSettings.h
IUnit.cpp
-c ~/qms.conf
This change needs also to be included in the porting_qt6 branch
What is the linked issue for this pull request:
QMS-#699
What you have done:
Replaced
QSetting cfg;
withSETTINGS;
and includedCSettings.h
inIUnit.cpp
Steps to perform a simple smoke test:
-c ~/qms.conf
Does the code comply to the coding rules and naming conventions Coding Guidelines:
Is every user facing string in a tr() macro?
Did you add the ticket number and title into the changelog? Keep the numeric order in each release block.
This change needs also to be included in the porting_qt6 branch