JS8Call-Improved master
Loading...
Searching...
No Matches
SettingsGroup Class Reference

RAII wrapper for QSettings group management. More...

#include <SettingsGroup.h>

Public Member Functions

 SettingsGroup (QSettings *settings, QString const &group)
 SettingsGroup (SettingsGroup const &)=delete
SettingsGroupoperator= (SettingsGroup const &)=delete

Detailed Description

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.


The documentation for this class was generated from the following file: