fix coverity issues
This commit is contained in:
@@ -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 ||
|
||||
|
||||
Reference in New Issue
Block a user