Index: sources/view/VRxProfiles.h =================================================================== diff -u -rb4d8fe6f11b7cdf0c631b3ab35ba36f18e0d7bc4 -readfcc99876849e52370db5dde4c4c42d4dbc76f --- sources/view/VRxProfiles.h (.../VRxProfiles.h) (revision b4d8fe6f11b7cdf0c631b3ab35ba36f18e0d7bc4) +++ sources/view/VRxProfiles.h (.../VRxProfiles.h) (revision eadfcc99876849e52370db5dde4c4c42d4dbc76f) @@ -82,6 +82,8 @@ signals: void didRxProfileList(); + void didDeleteRxProfile(const QString &vRxProfileName); + void modelChanged(); private slots: @@ -90,6 +92,7 @@ public slots: void doInitRxProfilesList (); - void doSave(const QStringList &vRxModel); + void doDeleteRxProfile(const QString &vRxProfileName); + bool doValidateProfileName(const QString &name); }; }