mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-01 21:28:07 -06:00
Group Qt forward declarations separately from the others
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
#include <QSettings>
|
||||
|
||||
class QString;
|
||||
|
||||
class Application;
|
||||
|
||||
namespace Private
|
||||
|
||||
@@ -40,6 +40,7 @@
|
||||
|
||||
class QThread;
|
||||
class QTimer;
|
||||
|
||||
class Application;
|
||||
class AsyncFileStorage;
|
||||
struct ProcessingJob;
|
||||
|
||||
@@ -35,6 +35,7 @@
|
||||
class QDateTime;
|
||||
class QJsonObject;
|
||||
class QRegularExpression;
|
||||
|
||||
class TriStateBool;
|
||||
|
||||
namespace RSS
|
||||
|
||||
@@ -68,6 +68,7 @@
|
||||
#include <QTimer>
|
||||
|
||||
class QThread;
|
||||
|
||||
class Application;
|
||||
class AsyncFileStorage;
|
||||
|
||||
|
||||
@@ -33,6 +33,7 @@
|
||||
#include <QList>
|
||||
|
||||
class QStringList;
|
||||
|
||||
class FileSystemWatcher;
|
||||
|
||||
class ScanFoldersModel : public QAbstractListModel
|
||||
|
||||
@@ -31,6 +31,7 @@
|
||||
#include <QObject>
|
||||
|
||||
class QProcess;
|
||||
|
||||
class SearchPluginManager;
|
||||
|
||||
class SearchDownloadHandler : public QObject
|
||||
|
||||
@@ -37,6 +37,7 @@
|
||||
#endif
|
||||
|
||||
class QString;
|
||||
|
||||
enum class ShutdownDialogAction;
|
||||
|
||||
/* Miscellaneous functions that can be useful */
|
||||
|
||||
@@ -33,6 +33,7 @@
|
||||
#include <QLatin1String>
|
||||
|
||||
class QString;
|
||||
|
||||
class TriStateBool;
|
||||
|
||||
namespace Utils
|
||||
|
||||
Reference in New Issue
Block a user