diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2019-07-07 18:16:30 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2019-08-09 10:18:34 +0900 |
commit | 7a5b359b8823646ce97cbaf05c251cb04c291466 (patch) | |
tree | 293ac4a2bc3942352e0d34b0e437015db4eb0740 /lib/settings.h | |
parent | b0f259c3aa4ca619a6998184d16f9ab2daf5b5f4 (diff) | |
download | libquotient-7a5b359b8823646ce97cbaf05c251cb04c291466.tar.gz libquotient-7a5b359b8823646ce97cbaf05c251cb04c291466.zip |
Rename zero-impact strings
Diffstat (limited to 'lib/settings.h')
-rw-r--r-- | lib/settings.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/settings.h b/lib/settings.h index 6747631e..427f5494 100644 --- a/lib/settings.h +++ b/lib/settings.h @@ -140,7 +140,7 @@ public: /** \deprecated \sa setToken */ QString accessToken() const; /** \deprecated Storing accessToken in QSettings is unsafe, - * see QMatrixClient/Quaternion#181 */ + * see quotient-im/Quaternion#181 */ void setAccessToken(const QString& accessToken); Q_INVOKABLE void clearAccessToken(); |