aboutsummaryrefslogtreecommitdiff
path: root/lib/csapi/definitions
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2019-07-07 19:32:34 +0900
committerKitsune Ral <Kitsune-Ral@users.sf.net>2019-08-09 10:18:37 +0900
commit27ca32a1e5a56e09b9cc1d94224d2831004dcf3d (patch)
treef2e8d19705a13e39bd9484d13098f323c8d30194 /lib/csapi/definitions
parent7a5b359b8823646ce97cbaf05c251cb04c291466 (diff)
downloadlibquotient-27ca32a1e5a56e09b9cc1d94224d2831004dcf3d.tar.gz
libquotient-27ca32a1e5a56e09b9cc1d94224d2831004dcf3d.zip
Namespace: QMatrixClient -> Quotient (with back comp alias)
Diffstat (limited to 'lib/csapi/definitions')
-rw-r--r--lib/csapi/definitions/auth_data.cpp2
-rw-r--r--lib/csapi/definitions/auth_data.h4
-rw-r--r--lib/csapi/definitions/client_device.cpp2
-rw-r--r--lib/csapi/definitions/client_device.h4
-rw-r--r--lib/csapi/definitions/device_keys.cpp2
-rw-r--r--lib/csapi/definitions/device_keys.h4
-rw-r--r--lib/csapi/definitions/event_filter.cpp2
-rw-r--r--lib/csapi/definitions/event_filter.h4
-rw-r--r--lib/csapi/definitions/public_rooms_response.cpp2
-rw-r--r--lib/csapi/definitions/public_rooms_response.h4
-rw-r--r--lib/csapi/definitions/push_condition.cpp2
-rw-r--r--lib/csapi/definitions/push_condition.h4
-rw-r--r--lib/csapi/definitions/push_rule.cpp2
-rw-r--r--lib/csapi/definitions/push_rule.h4
-rw-r--r--lib/csapi/definitions/push_ruleset.cpp2
-rw-r--r--lib/csapi/definitions/push_ruleset.h4
-rw-r--r--lib/csapi/definitions/room_event_filter.cpp2
-rw-r--r--lib/csapi/definitions/room_event_filter.h4
-rw-r--r--lib/csapi/definitions/sync_filter.cpp2
-rw-r--r--lib/csapi/definitions/sync_filter.h4
-rw-r--r--lib/csapi/definitions/user_identifier.cpp2
-rw-r--r--lib/csapi/definitions/user_identifier.h4
-rw-r--r--lib/csapi/definitions/wellknown/full.cpp2
-rw-r--r--lib/csapi/definitions/wellknown/full.h4
-rw-r--r--lib/csapi/definitions/wellknown/homeserver.cpp2
-rw-r--r--lib/csapi/definitions/wellknown/homeserver.h4
-rw-r--r--lib/csapi/definitions/wellknown/identity_server.cpp2
-rw-r--r--lib/csapi/definitions/wellknown/identity_server.h4
28 files changed, 42 insertions, 42 deletions
diff --git a/lib/csapi/definitions/auth_data.cpp b/lib/csapi/definitions/auth_data.cpp
index 3bb51626..edeb7111 100644
--- a/lib/csapi/definitions/auth_data.cpp
+++ b/lib/csapi/definitions/auth_data.cpp
@@ -4,7 +4,7 @@
#include "auth_data.h"
-using namespace QMatrixClient;
+using namespace Quotient;
void JsonObjectConverter<AuthenticationData>::dumpTo(
QJsonObject& jo, const AuthenticationData& pod)
diff --git a/lib/csapi/definitions/auth_data.h b/lib/csapi/definitions/auth_data.h
index 9e46812c..1aeea6c2 100644
--- a/lib/csapi/definitions/auth_data.h
+++ b/lib/csapi/definitions/auth_data.h
@@ -9,7 +9,7 @@
#include <QtCore/QHash>
#include <QtCore/QJsonObject>
-namespace QMatrixClient
+namespace Quotient
{
// Data structures
@@ -34,4 +34,4 @@ struct JsonObjectConverter<AuthenticationData>
static void fillFrom(QJsonObject jo, AuthenticationData& pod);
};
-} // namespace QMatrixClient
+} // namespace Quotient
diff --git a/lib/csapi/definitions/client_device.cpp b/lib/csapi/definitions/client_device.cpp
index c9e6a223..09544138 100644
--- a/lib/csapi/definitions/client_device.cpp
+++ b/lib/csapi/definitions/client_device.cpp
@@ -4,7 +4,7 @@
#include "client_device.h"
-using namespace QMatrixClient;
+using namespace Quotient;
void JsonObjectConverter<Device>::dumpTo(QJsonObject& jo, const Device& pod)
{
diff --git a/lib/csapi/definitions/client_device.h b/lib/csapi/definitions/client_device.h
index e4accc35..f076c4da 100644
--- a/lib/csapi/definitions/client_device.h
+++ b/lib/csapi/definitions/client_device.h
@@ -6,7 +6,7 @@
#include "converters.h"
-namespace QMatrixClient
+namespace Quotient
{
// Data structures
@@ -34,4 +34,4 @@ struct JsonObjectConverter<Device>
static void fillFrom(const QJsonObject& jo, Device& pod);
};
-} // namespace QMatrixClient
+} // namespace Quotient
diff --git a/lib/csapi/definitions/device_keys.cpp b/lib/csapi/definitions/device_keys.cpp
index cc5262b7..0583840d 100644
--- a/lib/csapi/definitions/device_keys.cpp
+++ b/lib/csapi/definitions/device_keys.cpp
@@ -4,7 +4,7 @@
#include "device_keys.h"
-using namespace QMatrixClient;
+using namespace Quotient;
void JsonObjectConverter<DeviceKeys>::dumpTo(QJsonObject& jo,
const DeviceKeys& pod)
diff --git a/lib/csapi/definitions/device_keys.h b/lib/csapi/definitions/device_keys.h
index 6bd96584..d1d8abef 100644
--- a/lib/csapi/definitions/device_keys.h
+++ b/lib/csapi/definitions/device_keys.h
@@ -8,7 +8,7 @@
#include <QtCore/QHash>
-namespace QMatrixClient
+namespace Quotient
{
// Data structures
@@ -41,4 +41,4 @@ struct JsonObjectConverter<DeviceKeys>
static void fillFrom(const QJsonObject& jo, DeviceKeys& pod);
};
-} // namespace QMatrixClient
+} // namespace Quotient
diff --git a/lib/csapi/definitions/event_filter.cpp b/lib/csapi/definitions/event_filter.cpp
index 9b2c7a33..b21e08b5 100644
--- a/lib/csapi/definitions/event_filter.cpp
+++ b/lib/csapi/definitions/event_filter.cpp
@@ -4,7 +4,7 @@
#include "event_filter.h"
-using namespace QMatrixClient;
+using namespace Quotient;
void JsonObjectConverter<EventFilter>::dumpTo(QJsonObject& jo,
const EventFilter& pod)
diff --git a/lib/csapi/definitions/event_filter.h b/lib/csapi/definitions/event_filter.h
index 9b9b3fa3..b41e2e9e 100644
--- a/lib/csapi/definitions/event_filter.h
+++ b/lib/csapi/definitions/event_filter.h
@@ -6,7 +6,7 @@
#include "converters.h"
-namespace QMatrixClient
+namespace Quotient
{
// Data structures
@@ -40,4 +40,4 @@ struct JsonObjectConverter<EventFilter>
static void fillFrom(const QJsonObject& jo, EventFilter& pod);
};
-} // namespace QMatrixClient
+} // namespace Quotient
diff --git a/lib/csapi/definitions/public_rooms_response.cpp b/lib/csapi/definitions/public_rooms_response.cpp
index d07b1494..b6009718 100644
--- a/lib/csapi/definitions/public_rooms_response.cpp
+++ b/lib/csapi/definitions/public_rooms_response.cpp
@@ -4,7 +4,7 @@
#include "public_rooms_response.h"
-using namespace QMatrixClient;
+using namespace Quotient;
void JsonObjectConverter<PublicRoomsChunk>::dumpTo(QJsonObject& jo,
const PublicRoomsChunk& pod)
diff --git a/lib/csapi/definitions/public_rooms_response.h b/lib/csapi/definitions/public_rooms_response.h
index e86e306f..1cb3aad5 100644
--- a/lib/csapi/definitions/public_rooms_response.h
+++ b/lib/csapi/definitions/public_rooms_response.h
@@ -8,7 +8,7 @@
#include <QtCore/QVector>
-namespace QMatrixClient
+namespace Quotient
{
// Data structures
@@ -67,4 +67,4 @@ struct JsonObjectConverter<PublicRoomsResponse>
static void fillFrom(const QJsonObject& jo, PublicRoomsResponse& pod);
};
-} // namespace QMatrixClient
+} // namespace Quotient
diff --git a/lib/csapi/definitions/push_condition.cpp b/lib/csapi/definitions/push_condition.cpp
index 5bcb845e..343b4f1a 100644
--- a/lib/csapi/definitions/push_condition.cpp
+++ b/lib/csapi/definitions/push_condition.cpp
@@ -4,7 +4,7 @@
#include "push_condition.h"
-using namespace QMatrixClient;
+using namespace Quotient;
void JsonObjectConverter<PushCondition>::dumpTo(QJsonObject& jo,
const PushCondition& pod)
diff --git a/lib/csapi/definitions/push_condition.h b/lib/csapi/definitions/push_condition.h
index 2c17023e..34a183de 100644
--- a/lib/csapi/definitions/push_condition.h
+++ b/lib/csapi/definitions/push_condition.h
@@ -6,7 +6,7 @@
#include "converters.h"
-namespace QMatrixClient
+namespace Quotient
{
// Data structures
@@ -36,4 +36,4 @@ struct JsonObjectConverter<PushCondition>
static void fillFrom(const QJsonObject& jo, PushCondition& pod);
};
-} // namespace QMatrixClient
+} // namespace Quotient
diff --git a/lib/csapi/definitions/push_rule.cpp b/lib/csapi/definitions/push_rule.cpp
index fc2be2c7..eae7e446 100644
--- a/lib/csapi/definitions/push_rule.cpp
+++ b/lib/csapi/definitions/push_rule.cpp
@@ -4,7 +4,7 @@
#include "push_rule.h"
-using namespace QMatrixClient;
+using namespace Quotient;
void JsonObjectConverter<PushRule>::dumpTo(QJsonObject& jo, const PushRule& pod)
{
diff --git a/lib/csapi/definitions/push_rule.h b/lib/csapi/definitions/push_rule.h
index fe6eb0e6..e64d6ba8 100644
--- a/lib/csapi/definitions/push_rule.h
+++ b/lib/csapi/definitions/push_rule.h
@@ -12,7 +12,7 @@
#include <QtCore/QVariant>
#include <QtCore/QVector>
-namespace QMatrixClient
+namespace Quotient
{
// Data structures
@@ -43,4 +43,4 @@ struct JsonObjectConverter<PushRule>
static void fillFrom(const QJsonObject& jo, PushRule& pod);
};
-} // namespace QMatrixClient
+} // namespace Quotient
diff --git a/lib/csapi/definitions/push_ruleset.cpp b/lib/csapi/definitions/push_ruleset.cpp
index 6f48d27b..a2db35d9 100644
--- a/lib/csapi/definitions/push_ruleset.cpp
+++ b/lib/csapi/definitions/push_ruleset.cpp
@@ -4,7 +4,7 @@
#include "push_ruleset.h"
-using namespace QMatrixClient;
+using namespace Quotient;
void JsonObjectConverter<PushRuleset>::dumpTo(QJsonObject& jo,
const PushRuleset& pod)
diff --git a/lib/csapi/definitions/push_ruleset.h b/lib/csapi/definitions/push_ruleset.h
index f9aedad8..b6b9670e 100644
--- a/lib/csapi/definitions/push_ruleset.h
+++ b/lib/csapi/definitions/push_ruleset.h
@@ -10,7 +10,7 @@
#include <QtCore/QVector>
-namespace QMatrixClient
+namespace Quotient
{
// Data structures
@@ -36,4 +36,4 @@ struct JsonObjectConverter<PushRuleset>
static void fillFrom(const QJsonObject& jo, PushRuleset& pod);
};
-} // namespace QMatrixClient
+} // namespace Quotient
diff --git a/lib/csapi/definitions/room_event_filter.cpp b/lib/csapi/definitions/room_event_filter.cpp
index bd38ebc7..5613d8d2 100644
--- a/lib/csapi/definitions/room_event_filter.cpp
+++ b/lib/csapi/definitions/room_event_filter.cpp
@@ -4,7 +4,7 @@
#include "room_event_filter.h"
-using namespace QMatrixClient;
+using namespace Quotient;
void JsonObjectConverter<RoomEventFilter>::dumpTo(QJsonObject& jo,
const RoomEventFilter& pod)
diff --git a/lib/csapi/definitions/room_event_filter.h b/lib/csapi/definitions/room_event_filter.h
index 72bf34d3..ae06a615 100644
--- a/lib/csapi/definitions/room_event_filter.h
+++ b/lib/csapi/definitions/room_event_filter.h
@@ -8,7 +8,7 @@
#include "csapi/definitions/event_filter.h"
-namespace QMatrixClient
+namespace Quotient
{
// Data structures
@@ -35,4 +35,4 @@ struct JsonObjectConverter<RoomEventFilter>
static void fillFrom(const QJsonObject& jo, RoomEventFilter& pod);
};
-} // namespace QMatrixClient
+} // namespace Quotient
diff --git a/lib/csapi/definitions/sync_filter.cpp b/lib/csapi/definitions/sync_filter.cpp
index 87274a06..15c4bdc1 100644
--- a/lib/csapi/definitions/sync_filter.cpp
+++ b/lib/csapi/definitions/sync_filter.cpp
@@ -4,7 +4,7 @@
#include "sync_filter.h"
-using namespace QMatrixClient;
+using namespace Quotient;
void JsonObjectConverter<StateFilter>::dumpTo(QJsonObject& jo,
const StateFilter& pod)
diff --git a/lib/csapi/definitions/sync_filter.h b/lib/csapi/definitions/sync_filter.h
index 1d6a845c..9ea39a65 100644
--- a/lib/csapi/definitions/sync_filter.h
+++ b/lib/csapi/definitions/sync_filter.h
@@ -9,7 +9,7 @@
#include "csapi/definitions/event_filter.h"
#include "csapi/definitions/room_event_filter.h"
-namespace QMatrixClient
+namespace Quotient
{
// Data structures
@@ -104,4 +104,4 @@ struct JsonObjectConverter<Filter>
static void fillFrom(const QJsonObject& jo, Filter& pod);
};
-} // namespace QMatrixClient
+} // namespace Quotient
diff --git a/lib/csapi/definitions/user_identifier.cpp b/lib/csapi/definitions/user_identifier.cpp
index 52bb1ae6..9e9b4fe9 100644
--- a/lib/csapi/definitions/user_identifier.cpp
+++ b/lib/csapi/definitions/user_identifier.cpp
@@ -4,7 +4,7 @@
#include "user_identifier.h"
-using namespace QMatrixClient;
+using namespace Quotient;
void JsonObjectConverter<UserIdentifier>::dumpTo(QJsonObject& jo,
const UserIdentifier& pod)
diff --git a/lib/csapi/definitions/user_identifier.h b/lib/csapi/definitions/user_identifier.h
index 51c47cca..74e6ce2b 100644
--- a/lib/csapi/definitions/user_identifier.h
+++ b/lib/csapi/definitions/user_identifier.h
@@ -8,7 +8,7 @@
#include <QtCore/QVariant>
-namespace QMatrixClient
+namespace Quotient
{
// Data structures
@@ -31,4 +31,4 @@ struct JsonObjectConverter<UserIdentifier>
static void fillFrom(QJsonObject jo, UserIdentifier& pod);
};
-} // namespace QMatrixClient
+} // namespace Quotient
diff --git a/lib/csapi/definitions/wellknown/full.cpp b/lib/csapi/definitions/wellknown/full.cpp
index 34d3bfbe..595db0e5 100644
--- a/lib/csapi/definitions/wellknown/full.cpp
+++ b/lib/csapi/definitions/wellknown/full.cpp
@@ -4,7 +4,7 @@
#include "full.h"
-using namespace QMatrixClient;
+using namespace Quotient;
void JsonObjectConverter<DiscoveryInformation>::dumpTo(
QJsonObject& jo, const DiscoveryInformation& pod)
diff --git a/lib/csapi/definitions/wellknown/full.h b/lib/csapi/definitions/wellknown/full.h
index ddc06653..92c8afff 100644
--- a/lib/csapi/definitions/wellknown/full.h
+++ b/lib/csapi/definitions/wellknown/full.h
@@ -12,7 +12,7 @@
#include <QtCore/QHash>
#include <QtCore/QJsonObject>
-namespace QMatrixClient
+namespace Quotient
{
// Data structures
@@ -39,4 +39,4 @@ struct JsonObjectConverter<DiscoveryInformation>
static void fillFrom(QJsonObject jo, DiscoveryInformation& pod);
};
-} // namespace QMatrixClient
+} // namespace Quotient
diff --git a/lib/csapi/definitions/wellknown/homeserver.cpp b/lib/csapi/definitions/wellknown/homeserver.cpp
index f5746ede..7b87aa95 100644
--- a/lib/csapi/definitions/wellknown/homeserver.cpp
+++ b/lib/csapi/definitions/wellknown/homeserver.cpp
@@ -4,7 +4,7 @@
#include "homeserver.h"
-using namespace QMatrixClient;
+using namespace Quotient;
void JsonObjectConverter<HomeserverInformation>::dumpTo(
QJsonObject& jo, const HomeserverInformation& pod)
diff --git a/lib/csapi/definitions/wellknown/homeserver.h b/lib/csapi/definitions/wellknown/homeserver.h
index b73cee17..606df88b 100644
--- a/lib/csapi/definitions/wellknown/homeserver.h
+++ b/lib/csapi/definitions/wellknown/homeserver.h
@@ -6,7 +6,7 @@
#include "converters.h"
-namespace QMatrixClient
+namespace Quotient
{
// Data structures
@@ -25,4 +25,4 @@ struct JsonObjectConverter<HomeserverInformation>
static void fillFrom(const QJsonObject& jo, HomeserverInformation& pod);
};
-} // namespace QMatrixClient
+} // namespace Quotient
diff --git a/lib/csapi/definitions/wellknown/identity_server.cpp b/lib/csapi/definitions/wellknown/identity_server.cpp
index 922d4665..3b2a5720 100644
--- a/lib/csapi/definitions/wellknown/identity_server.cpp
+++ b/lib/csapi/definitions/wellknown/identity_server.cpp
@@ -4,7 +4,7 @@
#include "identity_server.h"
-using namespace QMatrixClient;
+using namespace Quotient;
void JsonObjectConverter<IdentityServerInformation>::dumpTo(
QJsonObject& jo, const IdentityServerInformation& pod)
diff --git a/lib/csapi/definitions/wellknown/identity_server.h b/lib/csapi/definitions/wellknown/identity_server.h
index a35644fc..b4304ef7 100644
--- a/lib/csapi/definitions/wellknown/identity_server.h
+++ b/lib/csapi/definitions/wellknown/identity_server.h
@@ -6,7 +6,7 @@
#include "converters.h"
-namespace QMatrixClient
+namespace Quotient
{
// Data structures
@@ -25,4 +25,4 @@ struct JsonObjectConverter<IdentityServerInformation>
static void fillFrom(const QJsonObject& jo, IdentityServerInformation& pod);
};
-} // namespace QMatrixClient
+} // namespace Quotient