Skip to content
Commit 3a0a518f authored by Dmitry Kazakov's avatar Dmitry Kazakov
Browse files

Fix crash on closing Krita when there is something in the clipboard

It seems like Qt requests mime contents of the clipboard on exit.
But by the time it requests the stuff, Krita's KisApplication is
already dead, therefore we can use neither signals nor timers.

CCBUG:384941
parent 6169d822
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment