mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 07:27:22 -06:00
Group Qt forward declarations separately from the others
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user