X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fserver%2FTorrentSession.hpp;h=1baffac80902aa74d473f5305c5b7b5ca6719cf8;hb=b62e6b5309eb1954c6ea4e1522767a424d76f15d;hp=6240024484d851198e60e973670df7989f491cb9;hpb=4fda70ff265b1a5a1f37597f57253272a2b22fbf;p=qtrapids diff --git a/src/server/TorrentSession.hpp b/src/server/TorrentSession.hpp index 6240024..1baffac 100644 --- a/src/server/TorrentSession.hpp +++ b/src/server/TorrentSession.hpp @@ -63,9 +63,15 @@ private slots: void on_alert(); private: + + void loadState(); + void addTorrent_(const QString &, const QString &, const qtrapids::ParamsMap_t &, bool); + session_t btSession_; AlertWaiterThread *alertWaiter_; torrents_t torrents_; + std::auto_ptr settings_; + std::auto_ptr db_; }; } // namespace qtrapids