summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJannis Voelker <jannis.voelker@basyskom.com>2017-12-15 14:54:09 +0100
committerFrank Meerkoetter <frank.meerkoetter@basyskom.com>2017-12-21 10:11:33 +0000
commit2721545b45fa0a6839866944b3c09645caf83b3e (patch)
tree92a22bc345354f3662111939458b34f5b98f50ef /tests
parent3c90c26bb0e54192f35ebc7ccf5f01bf418d4f4a (diff)
Fix type registration
ClientState and ClientError required manual registration in applications using QtOpcUa. This patch fixes the problem in QtOpcUaClient. Change-Id: I051da56c896b1b3f4b1e967114960bf75a126ebd Reviewed-by: Frank Meerkoetter <frank.meerkoetter@basyskom.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qopcuaclient/tst_client.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/qopcuaclient/tst_client.cpp b/tests/auto/qopcuaclient/tst_client.cpp
index 397a95d..507f071 100644
--- a/tests/auto/qopcuaclient/tst_client.cpp
+++ b/tests/auto/qopcuaclient/tst_client.cpp
@@ -251,8 +251,6 @@ private:
Tst_QOpcUaClient::Tst_QOpcUaClient()
{
- qRegisterMetaType<QOpcUaClient::ClientState>("ClientState");
-
m_backends = QOpcUaProvider::availableBackends();
}