Index: sources/storage/TreatmentLog.cpp =================================================================== diff -u -raf8d98b36b427e2b5f4d6659fcf3b58ee79eab6a -r82ec757af4f44f8037900731fec820cfb73a7294 --- sources/storage/TreatmentLog.cpp (.../TreatmentLog.cpp) (revision af8d98b36b427e2b5f4d6659fcf3b58ee79eab6a) +++ sources/storage/TreatmentLog.cpp (.../TreatmentLog.cpp) (revision 82ec757af4f44f8037900731fec820cfb73a7294) @@ -98,11 +98,11 @@ // - the category shall become as part of the group // - the structure of the settings should become horizontal which vertical now. QString mCategory = Storage::Settings_Category_ConfigurationsDataList; - QString mAcidConcentrateType = _Settings.key(mCategory, "Acid Concentrate" , vData.mAcidConcentrateType ); - QString mBicarbonateConcentrateType = _Settings.key(mCategory, "Bicarbonate Concentrate" , vData.mBicarbonateConcentrateType ); - QString mDialyzerType = _Settings.key(mCategory, "Dialyzer Type" , vData.mDialyzerType ); - QString mHeparinType = _Settings.key(mCategory, "Heparin Type" , vData.mHeparinType ); - QString mWaterSampleTestResult = _Settings.key(mCategory, "Water Sample Result" , vData.mWaterSampleTestResult ); + QString mAcidConcentrateType = _Settings.key(mCategory, "Acid Concentrate Options" , vData.mAcidConcentrateType ); + QString mBicarbonateConcentrateType = _Settings.key(mCategory, "Bicarbonate Concentrate Options" , vData.mBicarbonateConcentrateType ); + QString mDialyzerType = _Settings.key(mCategory, "Dialyzer Type Options" , vData.mDialyzerType ); + QString mHeparinType = _Settings.key(mCategory, "Heparin Type Options" , vData.mHeparinType ); + QString mWaterSampleTestResult = _Settings.key(mCategory, "Water Sample Result" , vData.mWaterSampleTestResult ); // init/fill/clear the _values @@ -492,7 +492,6 @@ */ void TreatmentLog::testPendingTxReports() { - qDebug() << _pendingCounter; if ( _pendingCounter ) { _pendingCounter -- ; return;