~gang65/messaging-app/messaging-app-chevron-down

« back to all changes in this revision

Viewing changes to src/messagingapplication.h

  • Committer: CI Train Bot
  • Author(s): Renato Araujo Oliveira Filho
  • Date: 2015-11-23 19:52:38 UTC
  • mfrom: (467.1.26 new-vcard-preview)
  • Revision ID: ci-train-bot@canonical.com-20151123195238-90m6ql5y4b4d7h09
Extend contact preview page to show all details from contact vcard.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
    void parseArgument(const QString &arg);
39
39
    QString readTextFile(const QString &fileName);
40
40
    QString fileMimeType(const QString &fileName);
41
 
    QVariantMap contactNameFromVCard(const QString &fileName);
42
41
    void showNotificationMessage(const QString &message, const QString &icon = QString());
43
42
 
44
43
private Q_SLOTS: