Index: sources/storage/RxProfilesController.h =================================================================== diff -u -r1f927e37764a81fb6538b5cf7a74d8beacf56aac -r4dfe31f9c42a18b2ea10c1fe6fe315e39c0e23b3 --- sources/storage/RxProfilesController.h (.../RxProfilesController.h) (revision 1f927e37764a81fb6538b5cf7a74d8beacf56aac) +++ sources/storage/RxProfilesController.h (.../RxProfilesController.h) (revision 4dfe31f9c42a18b2ea10c1fe6fe315e39c0e23b3) @@ -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();