From 330ad41b7d3a5c65e57bd88f7e659fc466279b1b Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Thu, 3 Jan 2013 10:44:24 +0100 Subject: Network: Remove declaration of built-in and automatic metatypes. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These types are either built-in or 'automatically declared' and so don't need to be explicitly declared as metatypes. Change-Id: Ifdce72af844901665c4ebab11507216ba5f00fc1 Reviewed-by: Richard J. Moore Reviewed-by: Jędrzej Nowacki --- tests/auto/network/access/qnetworkreply/tst_qnetworkreply.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tests/auto/network/access/qnetworkreply/tst_qnetworkreply.cpp') diff --git a/tests/auto/network/access/qnetworkreply/tst_qnetworkreply.cpp b/tests/auto/network/access/qnetworkreply/tst_qnetworkreply.cpp index 240a459fe4..79193de051 100644 --- a/tests/auto/network/access/qnetworkreply/tst_qnetworkreply.cpp +++ b/tests/auto/network/access/qnetworkreply/tst_qnetworkreply.cpp @@ -92,12 +92,8 @@ Q_DECLARE_METATYPE(QSharedPointer) #include "../../../network-settings.h" -Q_DECLARE_METATYPE(QNetworkReply*) Q_DECLARE_METATYPE(QAuthenticator*) Q_DECLARE_METATYPE(QNetworkProxyQuery) -Q_DECLARE_METATYPE(QBuffer*) -Q_DECLARE_METATYPE(QHttpMultiPart *) -Q_DECLARE_METATYPE(QList) // for multiparts typedef QSharedPointer QNetworkReplyPtr; -- cgit v1.2.3