From 496180637b18243f92e81bd0430e193de20a5142 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Wed, 1 Aug 2012 15:55:00 +0200 Subject: The metatype for QNetworkConfiguration is already defined Don't redefine it, that causes a compilation error. Change-Id: I19caf8d174a430c6f871b18a52d0d888d9236b2e Reviewed-by: Shane Kearns --- tests/auto/qftp/tst_qftp.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/auto/qftp/tst_qftp.cpp b/tests/auto/qftp/tst_qftp.cpp index 0801c91..880b327 100644 --- a/tests/auto/qftp/tst_qftp.cpp +++ b/tests/auto/qftp/tst_qftp.cpp @@ -57,7 +57,6 @@ #include "../network-settings.h" #ifndef QT_NO_BEARERMANAGEMENT -Q_DECLARE_METATYPE(QNetworkConfiguration) Q_DECLARE_METATYPE(QSharedPointer) #endif -- cgit v1.2.3