diff options
Diffstat (limited to 'lib/csapi/login.h')
-rw-r--r-- | lib/csapi/login.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/csapi/login.h b/lib/csapi/login.h index 31d4dc64..57113813 100644 --- a/lib/csapi/login.h +++ b/lib/csapi/login.h @@ -26,8 +26,8 @@ namespace QMatrixClient /// should pick one of these and supply it as the ``type`` when logging in. struct LoginFlow { - /// The login type. This is supplied as the ``type`` when - /// logging in. + /// The login type. This is supplied as the ``type`` when + /// logging in. QString type; }; |