From 3fce512b43b00f1f0b30a79d849597682ab9098f Mon Sep 17 00:00:00 2001 From: Linus Jahn Date: Sat, 10 Oct 2020 20:57:08 +0200 Subject: tests: Add OutgoingClient::parseHostAddress() test --- src/client/QXmppOutgoingClient.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/client/QXmppOutgoingClient.h') diff --git a/src/client/QXmppOutgoingClient.h b/src/client/QXmppOutgoingClient.h index 8693c877..e740babc 100644 --- a/src/client/QXmppOutgoingClient.h +++ b/src/client/QXmppOutgoingClient.h @@ -108,6 +108,8 @@ private: static std::pair parseHostAddress(const QString &address); friend class QXmppOutgoingClientPrivate; + friend class tst_QXmppOutgoingClient; + QXmppOutgoingClientPrivate *const d; }; -- cgit v1.2.3