~ubuntu-branches/ubuntu/vivid/qtcreator-plugin-ubuntu/vivid

« back to all changes in this revision

Viewing changes to src/ubuntu/ubuntuvalidationresultmodel.h

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, Benjamin Zeller
  • Date: 2015-01-30 06:05:59 UTC
  • mfrom: (1.1.81)
  • Revision ID: package-import@ubuntu.com-20150130060559-1kirdtmm6bl6eb26
Tags: 3.1.1+15.04.20150130-0ubuntu1
[ Benjamin Zeller ]
Refactoring of the publish Tab

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
 
67
67
signals:
68
68
    void parsedNewTopLevelItem (DataItem* item);
 
69
    void begin ();
69
70
    void finished ();
70
71
private:
71
72
    QString m_data;
82
83
    enum Roles {
83
84
        TypeRole = Qt::UserRole+1,
84
85
        LinkRole,
85
 
        DescriptionRole
 
86
        DescriptionRole,
 
87
        ImageRole,
 
88
        ShouldExpandRole
86
89
    };
87
90
 
88
91
    UbuntuValidationResultModel(QObject *parent = 0);