1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-28 15:34:16 +00:00

Work around false-positive warning from lupdate

In short, lupdate will get confused when seeing `template <class T>`,
see: QTBUG-55478
This commit is contained in:
Chocobo1 2018-05-01 23:25:13 +08:00
parent 9fabe59b80
commit e423314ac2
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C

View File

@ -33,7 +33,7 @@
#include "base/bittorrent/peerinfo.h"
template <class T> class QList;
template <typename T> class QList;
namespace Ui
{