X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fserver%2FTorrentSession.hpp;fp=src%2Fserver%2FTorrentSession.hpp;h=254e02e26b55c32089fb4dc51a988f65afd78163;hb=5e2c71d43ef7d91dbde62ee5a507e570d7619d1b;hp=66b6b543a37cefeafd52a30a3bf3e2737f8dc340;hpb=e27002978511dc6be46ebb3ea35851a17bf19e93;p=qtrapids diff --git a/src/server/TorrentSession.hpp b/src/server/TorrentSession.hpp index 66b6b54..254e02e 100644 --- a/src/server/TorrentSession.hpp +++ b/src/server/TorrentSession.hpp @@ -51,7 +51,8 @@ class TorrentSession : public QObject public: TorrentSession(QObject *parent, QSettings *); - + virtual ~TorrentSession(); + public slots: void getState(); void addTorrent(const QString &path, const QString &save_path @@ -64,6 +65,7 @@ public slots: signals: void alert(qtrapids::TorrentState info, qtrapids::ParamsMap_t other_info); void terminate(); + void sessionTerminated(); private slots: void on_alert();