ACF $AcfVersion:0$
ISettingsProvider.h
Go to the documentation of this file.
1// SPDX-License-Identifier: LGPL-2.1-or-later OR GPL-2.0-or-later OR GPL-3.0-or-later OR LicenseRef-ACF-Commercial
2#pragma once
3
4
5// Qt includes
6#include <QtCore/QSettings>
7
8// ACF includes
9#include <istd/IPolymorphic.h>
10#include <iqt/iqt.h>
11
12
13namespace iqt
14{
15
16
21{
22public:
26 virtual QSettings& GetSettings() const = 0;
27};
28
29
30} // namespace iqt
31
32
33
34
Interface for access the application settings object.
virtual QSettings & GetSettings() const =0
Get the instance of the Qt settings.
Base interface for all used interfaces and implementations.
This namespace contains non-UI utility classes based on Qt.