mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-01-30 17:14:58 +01:00
parent
e5b6c5959f
commit
3e0a9fa388
@ -26,7 +26,8 @@
|
||||
|
||||
#include <QVariant>
|
||||
#include <QString>
|
||||
#include <QSettings>
|
||||
|
||||
#include "core/settings.h"
|
||||
|
||||
class SettingsProvider {
|
||||
public:
|
||||
@ -60,7 +61,7 @@ class DefaultSettingsProvider : public SettingsProvider {
|
||||
void endArray() override;
|
||||
|
||||
private:
|
||||
QSettings backend_;
|
||||
Settings backend_;
|
||||
|
||||
Q_DISABLE_COPY(DefaultSettingsProvider)
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user