aboutsummaryrefslogtreecommitdiff
path: root/lib/csapi/keys.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/csapi/keys.h')
-rw-r--r--lib/csapi/keys.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/csapi/keys.h b/lib/csapi/keys.h
index 1384faf8..1842b943 100644
--- a/lib/csapi/keys.h
+++ b/lib/csapi/keys.h
@@ -64,16 +64,16 @@ namespace QMatrixClient
/// signatures.
struct UnsignedDeviceInfo
{
- /// The display name which the user set on the device.
+ /// The display name which the user set on the device.
QString deviceDisplayName;
};
/// Returns the current devices and identity keys for the given users.
struct DeviceInformation : DeviceKeys
{
- /// Additional data added to the device key information
- /// by intermediate servers, and not covered by the
- /// signatures.
+ /// Additional data added to the device key information
+ /// by intermediate servers, and not covered by the
+ /// signatures.
Omittable<UnsignedDeviceInfo> unsignedData;
};