|
JS8Call-Improved master
|
RAII wrapper for QSettings group management. More...
#include <SettingsGroup.h>
Public Member Functions | |
| SettingsGroup (QSettings *settings, QString const &group) | |
| SettingsGroup (SettingsGroup const &)=delete | |
| SettingsGroup & | operator= (SettingsGroup const &)=delete |
RAII wrapper for QSettings group management.
The SettingsGroup class provides a simple RAII mechanism to manage QSettings groups within a scope. It ensures that the group is properly ended when the object goes out of scope, preventing potential issues with unbalanced begin/end group calls.