mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-23 13:04:23 +00:00
- removed some useless includes
This commit is contained in:
parent
c7592a6dc8
commit
3b03b385f3
@ -34,19 +34,17 @@
|
|||||||
#include "downloadingTorrents.h"
|
#include "downloadingTorrents.h"
|
||||||
#include "misc.h"
|
#include "misc.h"
|
||||||
#include "createtorrent_imp.h"
|
#include "createtorrent_imp.h"
|
||||||
#include "properties_imp.h"
|
|
||||||
#include "downloadThread.h"
|
|
||||||
#include "downloadFromURLImp.h"
|
#include "downloadFromURLImp.h"
|
||||||
#include "torrentAddition.h"
|
#include "torrentAddition.h"
|
||||||
#include "searchEngine.h"
|
#include "searchEngine.h"
|
||||||
#include "rss_imp.h"
|
#include "rss_imp.h"
|
||||||
#include "FinishedTorrents.h"
|
#include "FinishedTorrents.h"
|
||||||
#include "allocationDlg.h"
|
|
||||||
#include "bittorrent.h"
|
#include "bittorrent.h"
|
||||||
#include "about_imp.h"
|
#include "about_imp.h"
|
||||||
#include "trackerLogin.h"
|
#include "trackerLogin.h"
|
||||||
#include "options_imp.h"
|
#include "options_imp.h"
|
||||||
#include "previewSelect.h"
|
#include "previewSelect.h"
|
||||||
|
#include "allocationDlg.h"
|
||||||
|
|
||||||
using namespace libtorrent;
|
using namespace libtorrent;
|
||||||
namespace fs = boost::filesystem;
|
namespace fs = boost::filesystem;
|
||||||
|
@ -33,8 +33,6 @@ class createtorrent;
|
|||||||
class QTimer;
|
class QTimer;
|
||||||
class DownloadingTorrents;
|
class DownloadingTorrents;
|
||||||
class FinishedTorrents;
|
class FinishedTorrents;
|
||||||
class DLListDelegate;
|
|
||||||
class downloadThread;
|
|
||||||
class downloadFromURL;
|
class downloadFromURL;
|
||||||
class SearchEngine;
|
class SearchEngine;
|
||||||
class QTcpServer;
|
class QTcpServer;
|
||||||
@ -45,7 +43,6 @@ class QShortcut;
|
|||||||
class about;
|
class about;
|
||||||
class previewSelect;
|
class previewSelect;
|
||||||
class options_imp;
|
class options_imp;
|
||||||
class QStandardItemModel;
|
|
||||||
class QTabWidget;
|
class QTabWidget;
|
||||||
class QLabel;
|
class QLabel;
|
||||||
class QModelIndex;
|
class QModelIndex;
|
||||||
|
@ -24,7 +24,6 @@
|
|||||||
#include "bittorrent.h"
|
#include "bittorrent.h"
|
||||||
#include "allocationDlg.h"
|
#include "allocationDlg.h"
|
||||||
#include "DLListDelegate.h"
|
#include "DLListDelegate.h"
|
||||||
#include "previewSelect.h"
|
|
||||||
#include "GUI.h"
|
#include "GUI.h"
|
||||||
|
|
||||||
#include <QFile>
|
#include <QFile>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user