D28501: [SearchStore] Use categorized logging

Aleix Pol Gonzalez noreply at phabricator.kde.org
Thu Apr 2 10:57:38 BST 2020


apol added inline comments.

INLINE COMMENTS

> searchstore.cpp:239
>      else if (property == "includefolder") {
> -        const QByteArray folder = QFile::encodeName(QFileInfo(value.toString()).canonicalFilePath());
> +        const QFileInfo fi = QFileInfo(value.toString());
> +        const QByteArray folder = QFile::encodeName(fi.canonicalFilePath());

This change is not related to what the commit message describes.

REPOSITORY
  R293 Baloo

REVISION DETAIL
  https://phabricator.kde.org/D28501

To: bruns, #baloo, ngraham
Cc: apol, kde-frameworks-devel, hurikhan77, lots0logs, LeGast00n, cblack, fbampaloukas, GB_2, domson, ashaposhnikov, michaelh, astippich, spoorun, ngraham, bruns, abrahams
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20200402/d07c4495/attachment.html>


More information about the Kde-frameworks-devel mailing list