diff options
Diffstat (limited to 'lib/csapi/definitions/request_token_response.h')
-rw-r--r-- | lib/csapi/definitions/request_token_response.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/csapi/definitions/request_token_response.h b/lib/csapi/definitions/request_token_response.h index f9981100..d5fbbadb 100644 --- a/lib/csapi/definitions/request_token_response.h +++ b/lib/csapi/definitions/request_token_response.h @@ -25,7 +25,7 @@ struct RequestTokenResponse { /// will happen without the client's involvement provided the homeserver /// advertises this specification version in the `/versions` response /// (ie: r0.5.0). - QString submitUrl; + QUrl submitUrl; }; template <> |