mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-02-05 19:00:54 +08: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:
parent
9fabe59b80
commit
e423314ac2
@ -33,7 +33,7 @@
|
||||
|
||||
#include "base/bittorrent/peerinfo.h"
|
||||
|
||||
template <class T> class QList;
|
||||
template <typename T> class QList;
|
||||
|
||||
namespace Ui
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user