Index: sources/view/VCreateTreatment.cpp =================================================================== diff -u -r4fab8841b1040c8eaa406713ff9bdc8c65b7b6ac -rcc1e9d6d55c816f3fcd626dc6948cca24da283b3 --- sources/view/VCreateTreatment.cpp (.../VCreateTreatment.cpp) (revision 4fab8841b1040c8eaa406713ff9bdc8c65b7b6ac) +++ sources/view/VCreateTreatment.cpp (.../VCreateTreatment.cpp) (revision cc1e9d6d55c816f3fcd626dc6948cca24da283b3) @@ -24,7 +24,6 @@ using namespace View; using namespace Storage; - VCreateTreatment::VCreateTreatment(QObject *parent) : QObject(parent) { connect(&_FileSaver, SIGNAL(fileSaved(bool)), @@ -134,7 +133,6 @@ emit resetCreateTreatment(); } - /** * \brief VCreateTreatment::jsonArrayToStringList * Converts a jsonarray of strings to a QStringList @@ -191,7 +189,6 @@ return; } - #ifdef QT_DEBUG emit showConfirm(); #else @@ -348,7 +345,6 @@ void VCreateTreatment::onFinishedConfirm() { qDebug() << "Finished create treatment confirm..."; - QJsonObject obj { {"bloodFlowRate", QString::number(treatmentData.bloodFlowRate)}, {"dialysateFlowRate", QString::number(treatmentData.dialysateFlowRate)},