mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-22 05:30:44 +00:00
Spelling mistake in NewProfile
This commit is contained in:
parent
4eb6ba5d23
commit
302b0212ae
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
const int major_version=0;
|
const int major_version=0;
|
||||||
const int minor_version=8;
|
const int minor_version=8;
|
||||||
const int revision_number=5;
|
const int revision_number=6;
|
||||||
|
|
||||||
namespace Ui {
|
namespace Ui {
|
||||||
class MainWindow;
|
class MainWindow;
|
||||||
|
@ -100,7 +100,7 @@ void NewProfile::on_nextButton_clicked()
|
|||||||
prof["CPAPPrescribedMaxPressure"]=ui->minPressureEdit->value();
|
prof["CPAPPrescribedMaxPressure"]=ui->minPressureEdit->value();
|
||||||
prof["CPAPNotes"]=ui->cpapNotes->toPlainText();
|
prof["CPAPNotes"]=ui->cpapNotes->toPlainText();
|
||||||
prof["DoctorName"]=ui->doctorNameEdit->text();
|
prof["DoctorName"]=ui->doctorNameEdit->text();
|
||||||
prof["DcotorPractice"]=ui->doctorPracticeEdit->text();
|
prof["DoctorPractice"]=ui->doctorPracticeEdit->text();
|
||||||
prof["DoctorAddress"]=ui->doctorAddressEdit->toPlainText();
|
prof["DoctorAddress"]=ui->doctorAddressEdit->toPlainText();
|
||||||
prof["DoctorPhone"]=ui->doctorPhoneEdit->text();
|
prof["DoctorPhone"]=ui->doctorPhoneEdit->text();
|
||||||
prof["DoctorEmail"]=ui->doctorEmailEdit->text();
|
prof["DoctorEmail"]=ui->doctorEmailEdit->text();
|
||||||
|
Loading…
Reference in New Issue
Block a user