diff options
Diffstat (limited to 'src/base/QXmppRegisterIq.cpp')
| -rw-r--r-- | src/base/QXmppRegisterIq.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/QXmppRegisterIq.cpp b/src/base/QXmppRegisterIq.cpp index 825d89c9..77d759c8 100644 --- a/src/base/QXmppRegisterIq.cpp +++ b/src/base/QXmppRegisterIq.cpp @@ -183,7 +183,7 @@ QXmppRegisterIq::RegisterType QXmppRegisterIq::registerType() const /// /// \since QXmpp 1.2 -void QXmppRegisterIq::setRegisterType(const QXmppRegisterIq::RegisterType &type) +void QXmppRegisterIq::setRegisterType(QXmppRegisterIq::RegisterType type) { d->registerType = type; } |
