~nikwen/account-polld/trim-message

« back to all changes in this revision

Viewing changes to qtcontact/qtcontacts.hpp

  • Committer: CI Train Bot
  • Author(s): Niklas Wenzel
  • Date: 2015-11-03 13:40:40 UTC
  • mfrom: (137.4.2 fix-timeout-handler)
  • Revision ID: ci-train-bot@canonical.com-20151103134040-34v2m8ta8br4r2rx
Fix the timeout logic in the qtcontacts module (part of LP: #1498214) Fixes: #1498214
Approved by: Jonas G. Drange

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
        explicit Avatar(QObject* parent=0)
27
27
            : QObject(parent) {
28
28
        }
29
 
        void retrieveThumbnail(const QString& email);
 
29
        QString retrieveThumbnail(const QString& email);
30
30
};
31
31
 
32
32
#endif