1 #ifndef QTMVVM_DATASYNCSETTINGSACCESSOR_H 2 #define QTMVVM_DATASYNCSETTINGSACCESSOR_H 4 #include <QtCore/qscopedpointer.h> 5 #include <QtMvvmCore/isettingsaccessor.h> 6 #include <QtDataSync/datatypestore.h> 8 #include "QtMvvmDataSyncCore/qtmvvmdatasynccore_global.h" 9 #include "QtMvvmDataSyncCore/datasyncsettingsentry.h" 13 class DataSyncSettingsAccessorPrivate;
31 bool contains(
const QString &key)
const override;
34 void remove(
const QString &key)
override;
51 #endif // QTMVVM_DATASYNCSETTINGSACCESSOR_H An interface to provide a generic way to access settings of any origin.
The primary namespace of the QtMvvm library.
A settings accessor implementation that allows to store and sync settings via datasync.