|
JS8Call-Improved master
|
RAII wrapper for QSettings group management. More...
#include <QSettings>#include <QString>

Go to the source code of this file.
Classes | |
| class | SettingsGroup |
| RAII wrapper for QSettings group management. More... | |
RAII wrapper for QSettings group management.
This header defines the SettingsGroup class, which 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.