diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-06-02 13:32:47 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2018-06-02 13:32:47 +0900 |
commit | 0dd491fbd189baaabadcab2344a05e3cf3898287 (patch) | |
tree | 13b8ebe63ba8b156ddd6ddab8b0ad2845d7c9c42 /lib/csapi/create_room.h | |
parent | e7ac6f3480358fd989c8a3090590d665d18e1cec (diff) | |
download | libquotient-0dd491fbd189baaabadcab2344a05e3cf3898287.tar.gz libquotient-0dd491fbd189baaabadcab2344a05e3cf3898287.zip |
csapi: Use Omittable<> container instead of intrusive 'omitted' field
Also: use the latest feature of GTAD, +set/+on, to make gtad.yaml more compact.
Diffstat (limited to 'lib/csapi/create_room.h')
-rw-r--r-- | lib/csapi/create_room.h | 4 |
1 files changed, 0 insertions, 4 deletions
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 |