mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Undo: implement undo of air and water temperature editing
Mostly trivial. Since now on editing the field is re-set, the validation function becomes unnecessary. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
a12adf8e2a
commit
de579c1a1a
6 changed files with 90 additions and 47 deletions
|
|
@ -80,12 +80,11 @@ slots:
|
|||
void on_diveTripLocation_textEdited(const QString& text);
|
||||
void on_notes_textChanged();
|
||||
void on_notes_editingFinished();
|
||||
void on_airtemp_textChanged(const QString &text);
|
||||
void on_airtemp_editingFinished();
|
||||
void on_duration_textChanged(const QString &text);
|
||||
void on_depth_textChanged(const QString &text);
|
||||
void divetype_Changed(int);
|
||||
void on_watertemp_textChanged(const QString &text);
|
||||
void validate_temp_field(QLineEdit *tempField, const QString &text);
|
||||
void on_watertemp_editingFinished();
|
||||
void on_dateEdit_dateChanged(const QDate &date);
|
||||
void on_timeEdit_timeChanged(const QTime & time);
|
||||
void on_rating_valueChanged(int value);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue