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:
Vladimir Golovnev (Glassez) 2021-03-17 15:50:40 +03:00
commit 09da6828b8
4 changed files with 2 additions and 4 deletions

View file

@ -100,7 +100,6 @@
#include "statistics.h"
#include "torrentimpl.h"
#include "tracker.h"
#include "trackerentry.h"
static const char PEER_ID[] = "qB";
static const char RESUME_FOLDER[] = "BT_backup";