mirror of
https://github.com/transmission/transmission
synced 2025-01-31 03:12:44 +00:00
(trivial) remove trailing semicolon after Q_DECLARE_METATYPE
This commit is contained in:
parent
c8f6d53466
commit
9dca9f175f
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ class QByteArray;
|
|||
class QNetworkAccessManager;
|
||||
|
||||
typedef std::shared_ptr<tr_variant> TrVariantPtr;
|
||||
Q_DECLARE_METATYPE (TrVariantPtr);
|
||||
Q_DECLARE_METATYPE (TrVariantPtr)
|
||||
|
||||
extern "C"
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue