From 9dca9f175fb60af5664538a1d8a40bcca1872e62 Mon Sep 17 00:00:00 2001 From: Jordan Lee Date: Sun, 6 Dec 2015 17:28:54 +0000 Subject: [PATCH] (trivial) remove trailing semicolon after Q_DECLARE_METATYPE --- qt/RpcClient.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt/RpcClient.h b/qt/RpcClient.h index 9a86f9059..e4092aba6 100644 --- a/qt/RpcClient.h +++ b/qt/RpcClient.h @@ -25,7 +25,7 @@ class QByteArray; class QNetworkAccessManager; typedef std::shared_ptr TrVariantPtr; -Q_DECLARE_METATYPE (TrVariantPtr); +Q_DECLARE_METATYPE (TrVariantPtr) extern "C" { -- 2.40.0