mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-12-26 17:58:19 +03: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
e11199f988
commit
ecc9c6bbd9
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
||||||
|
|
||||||
#include "base/bittorrent/peerinfo.h"
|
#include "base/bittorrent/peerinfo.h"
|
||||||
|
|
||||||
template <class T> class QList;
|
template <typename T> class QList;
|
||||||
|
|
||||||
namespace Ui
|
namespace Ui
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue