~ps-jenkins/dee-qt/latestsnapshot-3.3+14.04.20140116-0ubuntu1

« back to all changes in this revision

Viewing changes to deelistmodel.h

  • Committer: Michał Sawicz
  • Date: 2013-01-31 19:01:52 UTC
  • mfrom: (65.1.21 qt4-and-qt5)
  • Revision ID: michal.sawicz@canonical.com-20130131190152-pnlsxjnv92rymaux
build for both qt4 and qt5

rename the libs to libdee-qt{4,5}-3
rename QML bindings to qml{1,2}-dee-3
bump version number
rename the QML module to Dee
version the QML module accordingly
split the QML module out into subdir
split the tests into subdir

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
    /* Implementation of virtual methods from QAbstractListModel */
45
45
    QVariant data(const QModelIndex & index, int role = Qt::DisplayRole) const;
46
46
    int rowCount(const QModelIndex & parent = QModelIndex()) const;
 
47
    QHash<int, QByteArray> roleNames() const;
47
48
 
48
49
    /* getters */
49
50
    QString name() const;