~mzanetti/reminders-app/improve-edit-tags

« back to all changes in this revision

Viewing changes to src/libqtevernote/tags.h

  • Committer: Michael Zanetti
  • Date: 2015-06-12 09:48:22 UTC
  • mfrom: (449.1.3 trunk)
  • Revision ID: michael.zanetti@canonical.com-20150612094822-a743ndphskuvs4bu
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
        RoleNoteCount,
39
39
        RoleLoading,
40
40
        RoleSynced,
41
 
        RoleSyncError
 
41
        RoleSyncError,
 
42
        RoleDeleted
42
43
    };
43
44
    explicit Tags(QObject *parent = 0);
44
45
 
62
63
    void tagAdded(const QString &guid);
63
64
    void tagRemoved(const QString &guid);
64
65
    void tagGuidChanged(const QString &oldGuid, const QString &newGuid);
 
66
    void deletedChanged();
65
67
 
66
68
    void nameChanged();
67
69
    void noteCountChanged();