~ubuntu-branches/ubuntu/trusty/kdepimlibs/trusty

« back to all changes in this revision

Viewing changes to akonadi/contact/editor/kedittagsdialog_p.h

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2013-09-30 14:20:53 UTC
  • mfrom: (1.1.101)
  • Revision ID: package-import@ubuntu.com-20130930142053-k66oi27s75lt8l51
Tags: 4:4.11.2-0ubuntu1
New upstream bugfix release

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
    void removeNewTagItem();
66
66
 
67
67
private:
 
68
    enum ItemType {
 
69
        UrlTag = Qt::UserRole + 1
 
70
    };
 
71
 
68
72
    QVector<Nepomuk2::Tag> m_tags;
69
73
    QListWidget* m_tagsList;
70
74
    QListWidgetItem* m_newTagItem;