This commit is contained in:
2019-06-27 16:39:53 +02:00
parent 06834617de
commit 9f61104f0d
9 changed files with 210 additions and 347 deletions

View File

@ -97,7 +97,7 @@ class qDefs : public QWidget {
/**
* range of x and y axes
*/
enum range { XMINIMUM, XMAXIMUM, YMINIMUM, YMAXIMUM };
enum range { XMIN, XMAX, YMIN, YMAX };
/**
* function enums for the qServer and qClient