JS8Call-Improved master
Loading...
Searching...
No Matches
SettingsGroup.h File Reference

RAII wrapper for QSettings group management. More...

#include <QSettings>
#include <QString>
Include dependency graph for SettingsGroup.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SettingsGroup
 RAII wrapper for QSettings group management. More...

Detailed Description

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.

See also
QSettings for more information on settings management in Qt.