D10257: KUrlMimeData: fix handling of PreferLocalUrls
Milian Wolff
noreply at phabricator.kde.org
Tue Feb 6 10:06:10 UTC 2018
mwolff added inline comments.
INLINE COMMENTS
> kurlmimedata.cpp:67
> + QList<QUrl> uris;
> + const QByteArray ba = mimeData->data(QString::fromLatin1(s_kdeUriListMime));
> + // Code from qmimedata.cpp
future cleanup: remove all the `QString::fromLatin1(s_...)` in this file with a call to `QString kdeUriListMime() { return QStringLiteral("..."); }`
REPOSITORY
R244 KCoreAddons
REVISION DETAIL
https://phabricator.kde.org/D10257
To: dfaure, mwolff, jtamate, markg
Cc: markg, ngraham, #frameworks, michaelh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20180206/e9552895/attachment.html>
More information about the Kde-frameworks-devel
mailing list