Use QList explicitly

PR #21016.
This commit is contained in:
Vladimir Golovnev
2024-07-04 08:30:39 +03:00
committed by GitHub
parent d2fceaa228
commit 5ef2a1df07
95 changed files with 408 additions and 373 deletions

View File

@@ -29,7 +29,7 @@
#include "serialize_torrent.h"
#include <QDateTime>
#include <QVector>
#include <QList>
#include "base/bittorrent/infohash.h"
#include "base/bittorrent/torrent.h"