mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-13 18:17:08 -07:00
Use Qt provided forward declaration header
This commit is contained in:
parent
d484c0e7ce
commit
498da509db
42 changed files with 52 additions and 37 deletions
|
@ -31,9 +31,10 @@
|
|||
#define UTILS_STRING_H
|
||||
|
||||
#include <QChar>
|
||||
#include <QVector>
|
||||
#include <QString>
|
||||
#include <Qt>
|
||||
#include <QtContainerFwd>
|
||||
|
||||
class QString;
|
||||
class QStringRef;
|
||||
|
||||
class TriStateBool;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue