diff options
Diffstat (limited to 'src/network/kernel/qauthenticator.cpp')
| -rw-r--r-- | src/network/kernel/qauthenticator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/kernel/qauthenticator.cpp b/src/network/kernel/qauthenticator.cpp index 2ef1c31ce1c..7be1d7fe3aa 100644 --- a/src/network/kernel/qauthenticator.cpp +++ b/src/network/kernel/qauthenticator.cpp @@ -365,7 +365,7 @@ bool QAuthenticator::isNull() const state. */ -void QAuthenticator::clear() noexcept +void QAuthenticator::clear() { *d = QAuthenticatorPrivate(); d->phase = QAuthenticatorPrivate::Done; |
