src/EditProfileMash.h

changeset 51
355100088e1f
parent 50
571a13a4860b
child 385
09af9f46518f
--- a/src/EditProfileMash.h	Mon Mar 07 21:50:09 2022 +0100
+++ b/src/EditProfileMash.h	Tue Mar 08 16:15:31 2022 +0100
@@ -27,6 +27,7 @@
     void make_Json();
     void refreshTable(void);
     void cell_Changed(int nRow, int nCol);
+    void combo_Changed();
     void on_addButton_clicked();
     void on_deleteRow_clicked();
 
@@ -34,6 +35,7 @@
     Ui::EditProfileMash *ui;
     int recno;
     bool textIsChanged = false;
+    bool ignoreChanges = false;
     QJsonDocument steps;
 
     void WindowTitle();

mercurial