|
ACF $AcfVersion:0$
|
Interface for access the application settings object. More...
#include <ISettingsProvider.h>
Public Member Functions | |
| virtual QSettings & | GetSettings () const =0 |
| Get the instance of the Qt settings. | |
Public Member Functions inherited from istd::IPolymorphic | |
| virtual | ~IPolymorphic () |
Interface for access the application settings object.
Definition at line 20 of file ISettingsProvider.h.
|
pure virtual |
Get the instance of the Qt settings.
Implemented in iqt::CIniSettingsProviderComp, and iqt::CApplicationSettingsProviderComp.