diff options
author | Tobias Fella <9750016+TobiasFella@users.noreply.github.com> | 2021-12-25 21:51:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-25 21:51:17 +0100 |
commit | ff415143b0d953f04a207125e265111b925ce763 (patch) | |
tree | 5f3a457afd69e00d37e2928bda65257bc8d20f86 /lib/csapi | |
parent | 3164daa6d6cbfb75a1528b2671f5c78422a5539e (diff) | |
download | libquotient-ff415143b0d953f04a207125e265111b925ce763.tar.gz libquotient-ff415143b0d953f04a207125e265111b925ce763.zip |
Apply suggestions from code review
Co-authored-by: Alexey Rusakov <Kitsune-Ral@users.sf.net>
Diffstat (limited to 'lib/csapi')
-rw-r--r-- | lib/csapi/keys.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/csapi/keys.h b/lib/csapi/keys.h index b1cc640c..7db09e8d 100644 --- a/lib/csapi/keys.h +++ b/lib/csapi/keys.h @@ -166,11 +166,6 @@ struct JsonObjectConverter<QueryKeysJob::DeviceInformation> { fillFromJson<DeviceKeys>(jo, result); fromJson(jo.value("unsigned"_ls), result.unsignedData); } - static void dumpTo(QJsonObject& jo, const QueryKeysJob::DeviceInformation& deviceInformation) - { - jo = toJson<DeviceKeys>(deviceInformation); - //addParam<>(jo, "unsigned"_ls, deviceInformation.unsignedData); - } }; /*! \brief Claim one-time encryption keys. |