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;