d4201d90a8
Lambda connections are tricky: they do not get automatically disconnected when the captured [this] gets destroyed, but they get disconnected when the sender object gets destroyed. Thus the slide effect was crashing if it got disabled and a window got deleted, because the connection was still present and tried to access the destroyed this pointer. To circumvent we need to pass this as context object. REVIEW: 116712 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
slide.cpp | ||
slide.desktop | ||
slide.h |