diff options
Diffstat (limited to 'src/base/QXmppNonSASLAuth.cpp')
| -rw-r--r-- | src/base/QXmppNonSASLAuth.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/base/QXmppNonSASLAuth.cpp b/src/base/QXmppNonSASLAuth.cpp index 4acee23b..44e8b348 100644 --- a/src/base/QXmppNonSASLAuth.cpp +++ b/src/base/QXmppNonSASLAuth.cpp @@ -40,7 +40,7 @@ QString QXmppNonSASLAuthIq::username() const return m_username; } -void QXmppNonSASLAuthIq::setUsername( const QString &username ) +void QXmppNonSASLAuthIq::setUsername(const QString &username) { m_username = username; } @@ -60,7 +60,7 @@ QString QXmppNonSASLAuthIq::password() const return m_password; } -void QXmppNonSASLAuthIq::setPassword( const QString &password ) +void QXmppNonSASLAuthIq::setPassword(const QString &password) { m_password = password; } |
