D27705: Use QStringLiteral
Aleix Pol Gonzalez
noreply at phabricator.kde.org
Fri Feb 28 09:44:22 GMT 2020
apol accepted this revision.
apol added a comment.
This revision is now accepted and ready to land.
if you want to have this, it could make sense to enforce it from cmake.
INLINE COMMENTS
> createaccount.cpp:195
> base.append(authData.method());
> - base.append("/");
> + base.append(QStringLiteral("/"));
> base.append(authData.mechanism());
Use QLatin1Char here.
REPOSITORY
R155 KAccounts Integration
BRANCH
arcpatch-D27705
REVISION DETAIL
https://phabricator.kde.org/D27705
To: nicolasfella, #frameworks, bshah, leinir, apol
Cc: apol
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20200228/5f7a45eb/attachment-0001.html>
More information about the Kde-frameworks-devel
mailing list