OSDN Git Service

fade effect class rewrite to not use QWidget and event filter
authorIvailo Monev <xakepa10@gmail.com>
Mon, 21 Nov 2022 23:57:29 +0000 (01:57 +0200)
committerIvailo Monev <xakepa10@gmail.com>
Mon, 21 Nov 2022 23:57:29 +0000 (01:57 +0200)
commitf7ca08a3efe25b6e3faafc20fdbfd36df20c471a
tree1158992153c820f95debdd65cab70f3f2c09f2ee
parent427396074dbed076636ba8bedd988efb2e14e7a4
fade effect class rewrite to not use QWidget and event filter

since the effect sets a X11 window property the only thing it has to care
about is if the widget pointer is valid and the elapsed time. moving,
resizing the widget, etc. do not matter

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
src/gui/widgets/qeffects.cpp