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 committed by sledgehammer999
parent e11199f988
commit ecc9c6bbd9
No known key found for this signature in database
GPG key ID: 6E4A2D025B7CC9A2

View file

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