Index: sources/model/MListModel.h =================================================================== diff -u -r63d974e3d2d03c93e0398de17bd6ca2d2e039982 -raf80aaa1c114eab78444e973c86b3c42dd85ef52 --- sources/model/MListModel.h (.../MListModel.h) (revision 63d974e3d2d03c93e0398de17bd6ca2d2e039982) +++ sources/model/MListModel.h (.../MListModel.h) (revision af80aaa1c114eab78444e973c86b3c42dd85ef52) @@ -30,7 +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 getAllByRole(int vRole ) const; + QStringList getAllRoles (int vRole ) const; public slots: QVariantMap get (int vRow ) const; // Exposed to QML