Index: sources/model/MListModel.h =================================================================== diff -u -rf433eeefae34530e7cc3dc4e5576e43729b236f2 -raf80aaa1c114eab78444e973c86b3c42dd85ef52 --- sources/model/MListModel.h (.../MListModel.h) (revision f433eeefae34530e7cc3dc4e5576e43729b236f2) +++ sources/model/MListModel.h (.../MListModel.h) (revision af80aaa1c114eab78444e973c86b3c42dd85ef52) @@ -30,6 +30,7 @@ void appendRow (const QHash &vData ); void insertRow (const int vRow, const QHash &vData ); void updateData (const int vRow, const int vRole, const QVariant& vValue ); + QStringList getAllRoles (int vRole ) const; public slots: QVariantMap get (int vRow ) const; // Exposed to QML