mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -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
|
@ -30,16 +30,15 @@
|
|||
#ifndef PREFERENCES_H
|
||||
#define PREFERENCES_H
|
||||
|
||||
#include <QList>
|
||||
#include <QtContainerFwd>
|
||||
#include <QVariant>
|
||||
|
||||
#include "base/utils/net.h"
|
||||
|
||||
class QDateTime;
|
||||
class QNetworkCookie;
|
||||
class QSize;
|
||||
class QStringList;
|
||||
class QTime;
|
||||
class QVariant;
|
||||
|
||||
enum SchedulerDays
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue