summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2012-08-01 15:55:00 +0200
committerThiago Macieira <thiago.macieira@intel.com>2012-08-01 16:25:59 +0200
commit496180637b18243f92e81bd0430e193de20a5142 (patch)
treeaeed9b2bc2bd687513a0486ba0b6a7a9c9be1508
parent15b9e24bd6581786afbfa9431362d5279f78deb5 (diff)
The metatype for QNetworkConfiguration is already defined
Don't redefine it, that causes a compilation error. Change-Id: I19caf8d174a430c6f871b18a52d0d888d9236b2e Reviewed-by: Shane Kearns <shane.kearns@accenture.com>
-rw-r--r--tests/auto/qftp/tst_qftp.cpp1
1 files changed, 0 insertions, 1 deletions
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<QNetworkSession>)
#endif