aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppRegisterIq.h
diff options
context:
space:
mode:
authorLinus Jahn <lnj@kaidan.im>2020-01-19 18:43:11 +0100
committerLNJ <lnj@kaidan.im>2020-01-19 19:52:02 +0100
commitfa6e1fd7ffe56f2ec547c43048159a56aa9c9300 (patch)
tree01eaeae3ab277f1211d294f772c255be6b2dc229 /src/base/QXmppRegisterIq.h
parent940cd79429c4e26fdb31bd98cbf1b78b2964d852 (diff)
downloadqxmpp-fa6e1fd7ffe56f2ec547c43048159a56aa9c9300.tar.gz
QXmppRegisterIq: Do not pass registerType by const-ref
Diffstat (limited to 'src/base/QXmppRegisterIq.h')
-rw-r--r--src/base/QXmppRegisterIq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/QXmppRegisterIq.h b/src/base/QXmppRegisterIq.h
index 4c041d4d..f952541d 100644
--- a/src/base/QXmppRegisterIq.h
+++ b/src/base/QXmppRegisterIq.h
@@ -73,7 +73,7 @@ public:
void setUsername(const QString &username);
RegisterType registerType() const;
- void setRegisterType(const RegisterType &registerType);
+ void setRegisterType(RegisterType registerType);
QXmppBitsOfBinaryDataList bitsOfBinaryData() const;
QXmppBitsOfBinaryDataList &bitsOfBinaryData();