aboutsummaryrefslogtreecommitdiff
path: root/lib/converters.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/converters.h')
-rw-r--r--lib/converters.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/converters.h b/lib/converters.h
index 0085fa4b..587e4544 100644
--- a/lib/converters.h
+++ b/lib/converters.h
@@ -55,7 +55,7 @@ struct hash<QString> {
class QVariant;
-namespace QMatrixClient {
+namespace Quotient {
template <typename T>
struct JsonObjectConverter {
static void dumpTo(QJsonObject& jo, const T& pod) { jo = pod.toJson(); }
@@ -439,4 +439,4 @@ inline void addParam(ContT& container, const QString& key, ValT&& value)
_impl::AddNode<std::decay_t<ValT>, Force>::impl(container, key,
std::forward<ValT>(value));
}
-} // namespace QMatrixClient
+} // namespace Quotient