Index: sources/view/VRxProfiles.h =================================================================== diff -u -r7d17385db82117c46e046e15d6d5f91a3c64c21c -r47e53a72dae5a817465b3ef0be9f98a9dd16f60a --- sources/view/VRxProfiles.h (.../VRxProfiles.h) (revision 7d17385db82117c46e046e15d6d5f91a3c64c21c) +++ sources/view/VRxProfiles.h (.../VRxProfiles.h) (revision 47e53a72dae5a817465b3ef0be9f98a9dd16f60a) @@ -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);