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

Reply via email to