diff options
Diffstat (limited to 'src/base/QXmppStanza.h')
| -rw-r--r-- | src/base/QXmppStanza.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/base/QXmppStanza.h b/src/base/QXmppStanza.h index a6962429..cbfcdac5 100644 --- a/src/base/QXmppStanza.h +++ b/src/base/QXmppStanza.h @@ -234,6 +234,7 @@ protected: private: QSharedDataPointer<QXmppStanzaPrivate> d; static uint s_uniqeIdNo; + friend class TestClient; }; Q_DECLARE_METATYPE(QXmppStanza::Error::Type); |
