Implement sync/torrent_peers request

This commit is contained in:
buinsky
2015-11-12 22:19:44 +03:00
committed by sledgehammer999
parent ddc8420810
commit 0c8abd0abb
10 changed files with 266 additions and 151 deletions

View File

@@ -35,6 +35,8 @@ struct WebSessionData
{
QVariantMap syncMainDataLastResponse;
QVariantMap syncMainDataLastAcceptedResponse;
QVariantMap syncTorrentPeersLastResponse;
QVariantMap syncTorrentPeersLastAcceptedResponse;
};
#endif // WEBSESSIONDATA