Split src/torrentpersistentdata into .h and .cpp

This commit is contained in:
Ivan Sorokin
2014-10-25 15:49:57 +04:00
parent e1b4c5534e
commit 16eb407453
12 changed files with 510 additions and 405 deletions

View File

@@ -28,6 +28,7 @@
* Contact : chris@qbittorrent.org
*/
#include <QDebug>
#include <QShortcut>
#include <QStandardItemModel>
#include <QSortFilterProxyModel>
@@ -42,6 +43,7 @@
#include <QMessageBox>
#include <libtorrent/version.hpp>
#include <libtorrent/magnet_uri.hpp>
#include <vector>
#include <queue>