Index: sources/view/VRxProfiles.h =================================================================== diff -u -r4dfe31f9c42a18b2ea10c1fe6fe315e39c0e23b3 -rb862e0cc8bfe322da4aa10ba5e56f9a386e6a00f --- sources/view/VRxProfiles.h (.../VRxProfiles.h) (revision 4dfe31f9c42a18b2ea10c1fe6fe315e39c0e23b3) +++ sources/view/VRxProfiles.h (.../VRxProfiles.h) (revision b862e0cc8bfe322da4aa10ba5e56f9a386e6a00f) @@ -48,7 +48,7 @@ // PROPERTY(QStringList , rxProfilesList , {}) - Q_PROPERTY(MListModel* rxProfiles READ rxProfiles CONSTANT) + Q_PROPERTY(MListModel* rxProfiles READ rxProfiles NOTIFY modelChanged) VIEW_DEC_CLASS(VRxProfiles) @@ -81,6 +81,7 @@ signals: void didRxProfileList(); + void modelChanged(); private slots: void onRxProfileList(const QList &vRxProfileDataList);