aboutsummaryrefslogtreecommitdiff
path: root/lib/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/util.h')
-rw-r--r--lib/util.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/util.h b/lib/util.h
index 2a323cf3..55f3af6a 100644
--- a/lib/util.h
+++ b/lib/util.h
@@ -76,8 +76,8 @@ namespace QMatrixClient
if (*this)
(*this)->disconnect(subscriber);
}
- ConnectionsGuard(ConnectionsGuard&&) noexcept = default;
- ConnectionsGuard& operator=(ConnectionsGuard&&) noexcept = default;
+ ConnectionsGuard(ConnectionsGuard&&) = default;
+ ConnectionsGuard& operator=(ConnectionsGuard&&) = default;
ConnectionsGuard& operator=(const ConnectionsGuard&) = delete;
using QPointer<T>::operator=;