Index: sources/storage/RxProfilesController.h =================================================================== diff -u -rad6aa5876cbf0afaf1b30a9110557d4e343426dc -r7d17385db82117c46e046e15d6d5f91a3c64c21c --- sources/storage/RxProfilesController.h (.../RxProfilesController.h) (revision ad6aa5876cbf0afaf1b30a9110557d4e343426dc) +++ sources/storage/RxProfilesController.h (.../RxProfilesController.h) (revision 7d17385db82117c46e046e15d6d5f91a3c64c21c) @@ -43,7 +43,8 @@ int _pendingCounter = 0 ; // const int _RxLimit = 10 ; // SRS- - const QString _sep = ","; + const QString _sep = "="; + const QString _underscore = "_"; QString _rxProfilesPath; const char* _rxProfiles = "rxp"; @@ -71,15 +72,10 @@ return str; } - QString value(quint8 vIndex) const { return string(vIndex, _values );} - - // Lists - QStringList _values; - void initConnections(); - bool saveLog (const QString &fileName); - void saveLogConcurrent (const QString &fileName); + bool saveLog (const QStringList &RxModel); + void saveLogConcurrent (const QStringList &RxModel); bool exportLog (); void exportLogConcurrent(); bool importLog (); @@ -108,7 +104,7 @@ public slots: // void doFavorite (); - void doSave (const QString &fileName); + void doSave (const QStringList &RxModel); void doExport (); void doImport (); void doInitRxProfiles();