Android graphic fix
This commit is contained in:
@@ -379,6 +379,9 @@ protected:
|
|||||||
GraphicConf * conf;
|
GraphicConf * conf;
|
||||||
EvalSpinBox line_x_min, line_x_max, line_y_min, line_y_max;
|
EvalSpinBox line_x_min, line_x_max, line_y_min, line_y_max;
|
||||||
QElapsedTimer tm;
|
QElapsedTimer tm;
|
||||||
|
#ifdef Q_OS_ANDROID
|
||||||
|
QElapsedTimer tm_fscr;
|
||||||
|
#endif
|
||||||
QIcon icon_exp_x, icon_exp_y, icon_exp_sx, icon_exp_sy;
|
QIcon icon_exp_x, icon_exp_y, icon_exp_sx, icon_exp_sy;
|
||||||
QImage icon_pause_b, icon_pause_f;
|
QImage icon_pause_b, icon_pause_f;
|
||||||
Graduation grad_x, grad_y;
|
Graduation grad_x, grad_y;
|
||||||
|
|||||||
Reference in New Issue
Block a user