fix coverity issues

This commit is contained in:
wmayer
2016-10-08 17:43:30 +02:00
parent 4e0323565d
commit 677ec6cd30
12 changed files with 54 additions and 48 deletions

View File

@@ -73,6 +73,7 @@ bool GUIApplication::notify (QObject * receiver, QEvent * event)
if (!receiver) {
Base::Console().Log("GUIApplication::notify: Unexpected null receiver, event type: %d\n",
(int)event->type());
return false;
}
try {
if (event->type() == Spaceball::ButtonEvent::ButtonEventType ||