From 4fc1df41d570ab631a8b47e4427a0b84305e37d1 Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Wed, 12 Feb 2020 22:57:56 +0200 Subject: qt: Track QEvent::Resize during animation --- src/qt/modaloverlay.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/qt/modaloverlay.h') diff --git a/src/qt/modaloverlay.h b/src/qt/modaloverlay.h index 076ec30b58..28f4d4f720 100644 --- a/src/qt/modaloverlay.h +++ b/src/qt/modaloverlay.h @@ -6,6 +6,7 @@ #define BITCOIN_QT_MODALOVERLAY_H #include +#include #include //! The required delta of headers to the estimated number of available headers until we show the IBD progress @@ -45,6 +46,7 @@ private: QVector > blockProcessTime; bool layerIsVisible; bool userClosed; + QPropertyAnimation m_animation; void UpdateHeaderSyncLabel(); }; -- cgit v1.2.3