mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-29 05:48:47 +03:00
parent
0ee303789a
commit
28f2def21f
2 changed files with 166 additions and 157 deletions
File diff suppressed because it is too large
Load diff
|
@ -32,7 +32,6 @@
|
|||
#include <QObject>
|
||||
#include <QtContainerFwd>
|
||||
#include <QtGlobal>
|
||||
#include <QVariant>
|
||||
|
||||
#include "base/utils/net.h"
|
||||
|
||||
|
@ -94,9 +93,6 @@ class Preferences : public QObject
|
|||
|
||||
Preferences();
|
||||
|
||||
QVariant value(const QString &key, const QVariant &defaultValue = {}) const;
|
||||
void setValue(const QString &key, const QVariant &value);
|
||||
|
||||
static Preferences *m_instance;
|
||||
|
||||
signals:
|
||||
|
|
Loading…
Reference in a new issue