Draft: klipper/klipper.cpp: check that item.mimeData exists
There is a possibility that mimedata does not exist at all or calling item.mimeData() causes a segfault.
This should help check that and send a warning if so.
There is a possibility that mimedata does not exist at all or calling item.mimeData() causes a segfault.
This should help check that and send a warning if so.