@ -31,13 +31,13 @@
#include <QDialog>
class CookiesModel;
namespace Ui
{
class CookiesDialog;
}
class CookiesDialog : public QDialog
Q_OBJECT
@ -32,11 +32,12 @@
#include <QWidget>
#include "base/logger.h"
class LogListWidget;
class ExecutionLogWidget;
class ExecutionLogWidget : public QWidget
@ -42,11 +42,6 @@ class PeerListDelegate;
class PeerListSortModel;
class PropertiesWidget;
namespace Net
class ReverseResolution;
namespace BitTorrent
class TorrentHandle;
@ -54,6 +49,11 @@ namespace BitTorrent
struct PeerAddress;
class PeerListWidget : public QTreeView
@ -44,6 +44,7 @@
#include "base/bittorrent/downloadpriority.h"
#include "base/bittorrent/session.h"
#include "base/bittorrent/torrenthandle.h"
#include "base/preferences.h"
#include "base/unicodestrings.h"
#include "base/utils/fs.h"
@ -32,8 +32,6 @@
#include <QList>
class QPushButton;
class QTreeView;
@ -46,6 +44,11 @@ class PropTabBar;
class TorrentContentFilterModel;
class TrackerListWidget;
@ -41,6 +41,7 @@
#endif
#include "base/utils/misc.h"
#include "base/utils/string.h"
@ -39,6 +39,7 @@
#include "base/bittorrent/sessionstatus.h"
#include "propertieswidget.h"
#include "speedplotview.h"
ComboBoxMenuButton::ComboBoxMenuButton(QWidget *parent, QMenu *menu)
: QComboBox(parent)
@ -32,14 +32,13 @@
#include <QComboBox>
class QHBoxLayout;
class QLabel;
class QMenu;
class QVBoxLayout;
class SpeedPlotView;
class ComboBoxMenuButton : public QComboBox
@ -38,14 +38,14 @@ class QHeaderView;
class QModelIndex;
class QStandardItemModel;
template <typename T> class CachedSettingValue;
class LineEdit;
class SearchHandler;
class SearchListDelegate;
class SearchSortModel;
struct SearchResult;
class SearchJobWidget;
@ -28,6 +28,8 @@
#include "torrentcontentmodelfolder.h"
#include <QVariant>
#include "base/global.h"
#include "torrentcontentmodelitem.h"
TorrentContentModelItem::TorrentContentModelItem(TorrentContentModelFolder *parent)
@ -34,14 +34,14 @@
#include "base/settingvalue.h"
class TorrentCreatorDialog;
class TorrentCreatorThread;
class TorrentCreatorDialog : public QDialog
@ -39,7 +39,6 @@ namespace BitTorrent
enum class TorrentState;
// Defines for download list list columns
class TransferListDelegate : public QItemDelegate
@ -33,16 +33,16 @@
#include <QTreeView>
#include <QVector>
class MainWindow;
class TransferListDelegate;
class TransferListModel;
class TransferListSortModel;
class TransferListWidget : public QTreeView