From ba5a30a7ddec2d43651eb87874a72207fcd83d2e Mon Sep 17 00:00:00 2001 From: Ivan Pelipenko Date: Wed, 24 Jun 2020 02:09:08 +0300 Subject: [PATCH] Android graphic fix --- qad/graphic/graphic.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/qad/graphic/graphic.h b/qad/graphic/graphic.h index c34bc15..1dd457d 100644 --- a/qad/graphic/graphic.h +++ b/qad/graphic/graphic.h @@ -379,6 +379,9 @@ protected: GraphicConf * conf; EvalSpinBox line_x_min, line_x_max, line_y_min, line_y_max; QElapsedTimer tm; +#ifdef Q_OS_ANDROID + QElapsedTimer tm_fscr; +#endif QIcon icon_exp_x, icon_exp_y, icon_exp_sx, icon_exp_sy; QImage icon_pause_b, icon_pause_f; Graduation grad_x, grad_y;