Skip to content

Draft: klipper/klipper.cpp: check that item.mimeData exists

Akseli Lahtinen requested to merge work/akselmo/check-if-mimedata-exists into master

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.

CCBUG:487575

Merge request reports