src/CalibrateiSpindel.h

changeset 510
080524ab2fe8
parent 506
ea07f6c97a69
child 511
c6fa5be47634
--- a/src/CalibrateiSpindel.h	Sun Oct 15 13:30:24 2023 +0200
+++ b/src/CalibrateiSpindel.h	Sun Oct 15 17:37:08 2023 +0200
@@ -45,8 +45,10 @@
     bool ignoreChanges = false;
     bool textIsChanged = false;
     double Old[4], New[4];
-    Calibrate oCal[12], nCal[12];
+    QList<Calibrate> oCal;
+    QList<Calibrate> nCal;
 
+    bool sort_test(const Calibrate &D1, const Calibrate &D2);
     void WindowTitle();
 };
 

mercurial