mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-09 17:12:31 -06:00
Use complete types in container declarations
Qt 6 disallows to use incomplete types in container declarations in some cases, e.g. in parameters of signals/slots.
This commit is contained in:
@@ -29,9 +29,9 @@
|
||||
#pragma once
|
||||
|
||||
#include <QCache>
|
||||
#include <QHostAddress>
|
||||
#include <QObject>
|
||||
|
||||
class QHostAddress;
|
||||
class QHostInfo;
|
||||
class QString;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user