- Started work on program preferences in Web UI

This commit is contained in:
Christophe Dumez
2009-11-26 08:10:23 +00:00
parent 52ac94cc73
commit 9a16a9d11b
8 changed files with 121 additions and 14 deletions

View File

@@ -54,6 +54,7 @@ class EventManager : public QObject
QVariantMap getPropGeneralInfo(QString hash) const;
QList<QVariantMap> getPropTrackersInfo(QString hash) const;
QList<QVariantMap> getPropFilesInfo(QString hash) const;
QVariantMap getGlobalPreferences() const;
public slots:
void addedTorrent(QTorrentHandle& h);