From 0dd491fbd189baaabadcab2344a05e3cf3898287 Mon Sep 17 00:00:00 2001 From: Kitsune Ral Date: Sat, 2 Jun 2018 13:32:47 +0900 Subject: csapi: Use Omittable<> container instead of intrusive 'omitted' field Also: use the latest feature of GTAD, +set/+on, to make gtad.yaml more compact. --- lib/csapi/create_room.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib/csapi/create_room.h') diff --git a/lib/csapi/create_room.h b/lib/csapi/create_room.h index c5f5edf5..995d5e73 100644 --- a/lib/csapi/create_room.h +++ b/lib/csapi/create_room.h @@ -25,8 +25,6 @@ namespace QMatrixClient QString idServer; QString medium; QString address; - - bool omitted; }; struct StateEvent @@ -34,8 +32,6 @@ namespace QMatrixClient QString type; QString stateKey; QJsonObject content; - - bool omitted; }; // Construction/destruction -- cgit v1.2.3