mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 01:33:07 -07:00
- still optimizing includes
This commit is contained in:
parent
0db60065c0
commit
93938d8597
9 changed files with 39 additions and 32 deletions
10
src/GUI.h
10
src/GUI.h
|
@ -22,15 +22,11 @@
|
|||
#ifndef GUI_H
|
||||
#define GUI_H
|
||||
|
||||
#include <QMainWindow>
|
||||
#include <QProcess>
|
||||
#include <QSystemTrayIcon>
|
||||
#include <libtorrent/torrent_handle.hpp>
|
||||
|
||||
#include "ui_MainWindow.h"
|
||||
#include "options_imp.h"
|
||||
#include "about_imp.h"
|
||||
#include "previewSelect.h"
|
||||
#include "trackerLogin.h"
|
||||
|
||||
class bittorrent;
|
||||
class createtorrent;
|
||||
|
@ -45,6 +41,10 @@ class QTcpSocket;
|
|||
class QCloseEvent;
|
||||
class RSSImp;
|
||||
class QShortcut;
|
||||
class about;
|
||||
class previewSelect;
|
||||
class options_imp;
|
||||
class QStandardItemModel;
|
||||
|
||||
using namespace libtorrent;
|
||||
namespace fs = boost::filesystem;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue