mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 09:13:08 -07: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 <QObject>
|
||||||
#include <QtContainerFwd>
|
#include <QtContainerFwd>
|
||||||
#include <QtGlobal>
|
#include <QtGlobal>
|
||||||
#include <QVariant>
|
|
||||||
|
|
||||||
#include "base/utils/net.h"
|
#include "base/utils/net.h"
|
||||||
|
|
||||||
|
@ -94,9 +93,6 @@ class Preferences : public QObject
|
||||||
|
|
||||||
Preferences();
|
Preferences();
|
||||||
|
|
||||||
QVariant value(const QString &key, const QVariant &defaultValue = {}) const;
|
|
||||||
void setValue(const QString &key, const QVariant &value);
|
|
||||||
|
|
||||||
static Preferences *m_instance;
|
static Preferences *m_instance;
|
||||||
|
|
||||||
signals:
|
signals:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue