23#include <QScopedPointer>
31#if defined(DRUMSTICK_STATIC)
32#define DRUMSTICK_WIDGETS_EXPORT
34#if defined(drumstick_widgets_EXPORTS)
35#define DRUMSTICK_WIDGETS_EXPORT Q_DECL_EXPORT
37#define DRUMSTICK_WIDGETS_EXPORT Q_DECL_IMPORT
63 static void setFileName(
const QString name);
66 QScopedPointer<QSettings> m_settings{
nullptr};
67 static QString s_fileName;
The QSettings class provides persistent platform-independent application settings.