mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-09 20:50:43 +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 minor_version=8;
|
||||
const int revision_number=5;
|
||||
const int revision_number=6;
|
||||
|
||||
namespace Ui {
|
||||
class MainWindow;
|
||||
|
@ -100,7 +100,7 @@ void NewProfile::on_nextButton_clicked()
|
||||
prof["CPAPPrescribedMaxPressure"]=ui->minPressureEdit->value();
|
||||
prof["CPAPNotes"]=ui->cpapNotes->toPlainText();
|
||||
prof["DoctorName"]=ui->doctorNameEdit->text();
|
||||
prof["DcotorPractice"]=ui->doctorPracticeEdit->text();
|
||||
prof["DoctorPractice"]=ui->doctorPracticeEdit->text();
|
||||
prof["DoctorAddress"]=ui->doctorAddressEdit->toPlainText();
|
||||
prof["DoctorPhone"]=ui->doctorPhoneEdit->text();
|
||||
prof["DoctorEmail"]=ui->doctorEmailEdit->text();
|
||||
|
Loading…
Reference in New Issue
Block a user