Skip to content
Commit 1fdfe0e9 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 3f47ccc4
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