src/CalibrateiSpindel.h

changeset 510
080524ab2fe8
parent 506
ea07f6c97a69
child 511
c6fa5be47634
equal deleted inserted replaced
509:af4a8649245e 510:080524ab2fe8
43 int recno, oldtotal, newtotal; 43 int recno, oldtotal, newtotal;
44 QJsonDocument data; 44 QJsonDocument data;
45 bool ignoreChanges = false; 45 bool ignoreChanges = false;
46 bool textIsChanged = false; 46 bool textIsChanged = false;
47 double Old[4], New[4]; 47 double Old[4], New[4];
48 Calibrate oCal[12], nCal[12]; 48 QList<Calibrate> oCal;
49 QList<Calibrate> nCal;
49 50
51 bool sort_test(const Calibrate &D1, const Calibrate &D2);
50 void WindowTitle(); 52 void WindowTitle();
51 }; 53 };
52 54
53 #endif 55 #endif

mercurial