D7438: Also remember which avatars we didn't find

Laurent Montel noreply at phabricator.kde.org
Sun Aug 20 19:10:38 BST 2017


mlaurent added inline comments.

INLINE COMMENTS

> gravatarcache.cpp:55
> +        if (!f.open(QFile::WriteOnly)) {
> +            qWarning(GRAVATAR_LOG) << "Can't write missing hashes cache file:" << f.fileName() << f.errorString();
> +            return;

qCWarning(..)

> gravatarcache.cpp:75
> +        if (f.size() % sizeof(T) != 0) {
> +            qWarning(GRAVATAR_LOG) << "Missing hash cache is corrupt:" << f.fileName();
> +            return;

qCWarning(..)

REPOSITORY
  R88 PIM: Gravatar Library

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

To: vkrause, #kde_pim
Cc: mlaurent, dvasin, winterz, vkrause, knauss, dvratil
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-pim/attachments/20170820/b32005c2/attachment.html>


More information about the kde-pim mailing list