Index: sources/storage/RxProfilesController.h =================================================================== diff -u -r7d17385db82117c46e046e15d6d5f91a3c64c21c -r47e53a72dae5a817465b3ef0be9f98a9dd16f60a --- sources/storage/RxProfilesController.h (.../RxProfilesController.h) (revision 7d17385db82117c46e046e15d6d5f91a3c64c21c) +++ sources/storage/RxProfilesController.h (.../RxProfilesController.h) (revision 47e53a72dae5a817465b3ef0be9f98a9dd16f60a) @@ -43,7 +43,7 @@ int _pendingCounter = 0 ; // const int _RxLimit = 10 ; // SRS- - const QString _sep = "="; + const QString _equal = "="; const QString _underscore = "_"; QString _rxProfilesPath; @@ -67,7 +67,7 @@ QString str = ""; if (vIndex < vStringList.count()) { str = vStringList[vIndex]; - str.remove(_sep); + str.remove(_equal); } return str; } @@ -108,6 +108,8 @@ void doExport (); void doImport (); void doInitRxProfiles(); +// void doValidateRxProfiles(); + signals: void didNotification ( const QString &vNotification );