aboutsummaryrefslogtreecommitdiff
path: root/lib/events/reactionevent.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/events/reactionevent.cpp')
-rw-r--r--lib/events/reactionevent.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/events/reactionevent.cpp b/lib/events/reactionevent.cpp
index 0081edc2..0a080607 100644
--- a/lib/events/reactionevent.cpp
+++ b/lib/events/reactionevent.cpp
@@ -13,7 +13,7 @@
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "reactionevent.h"
@@ -21,7 +21,7 @@
using namespace QMatrixClient;
void QMatrixClient::JsonObjectConverter<EventRelation>::dumpTo(
- QJsonObject& jo, const EventRelation& pod)
+ QJsonObject& jo, const EventRelation& pod)
{
if (pod.type.isEmpty()) {
qCWarning(MAIN) << "Empty relation type; won't dump to JSON";
@@ -34,7 +34,7 @@ void QMatrixClient::JsonObjectConverter<EventRelation>::dumpTo(
}
void QMatrixClient::JsonObjectConverter<EventRelation>::fillFrom(
- const QJsonObject& jo, EventRelation& pod)
+ const QJsonObject& jo, EventRelation& pod)
{
// The experimental logic for generic relationships (MSC1849)
fromJson(jo["rel_type"_ls], pod.type);