mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-31 20:58:07 -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:
@@ -28,7 +28,6 @@
|
||||
|
||||
#include "reverseresolution.h"
|
||||
|
||||
#include <QHostAddress>
|
||||
#include <QHostInfo>
|
||||
#include <QString>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user