Browse Source

Work around false-positive warning from lupdate

In short, lupdate will get confused when seeing `template <class T>`,
see: QTBUG-55478
adaptive-webui-19844
Chocobo1 7 years ago
parent
commit
e423314ac2
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C
  1. 2
      src/gui/properties/peersadditiondlg.h

2
src/gui/properties/peersadditiondlg.h

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

Loading…
Cancel
Save