mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-04 22:52:33 -06:00
Web UI code optimization
This commit is contained in:
@@ -54,7 +54,10 @@ public:
|
||||
QList<QVariantMap> getPropTrackersInfo(QString hash) const;
|
||||
QList<QVariantMap> getPropFilesInfo(QString hash) const;
|
||||
QVariantMap getGlobalPreferences() const;
|
||||
void setGlobalPreferences(QVariantMap m) const;
|
||||
void setGlobalPreferences(QVariantMap m);
|
||||
|
||||
signals:
|
||||
void localeChanged(const QString &locale);
|
||||
|
||||
public slots:
|
||||
void addedTorrent(const QTorrentHandle& h);
|
||||
|
||||
Reference in New Issue
Block a user