- Simplified and optimized json code

This commit is contained in:
Christophe Dumez 2008-12-25 14:33:37 +00:00
commit b8c79e0b5f
7 changed files with 80 additions and 123 deletions

View file

@ -40,7 +40,7 @@ class EventManager : public QObject
public:
EventManager(QObject *parent, bittorrent* BTSession);
QVariant getEventList() const;
QList<QVariantMap> getEventList() const;
public slots:
void addedTorrent(QTorrentHandle& h);