fix no return in nonvoid function

pull/1/head
Johan Smith Agudelo Rodriguez 8 years ago
parent 992b2f5b0a
commit 0e15b27596

@ -523,6 +523,8 @@ bool VisibilityManagerPrivate::event(QEvent *ev)
break;
}
// Make sure the rest of events are handled
return QObject::event(ev);
}
//! END: VisibilityManagerPrivate implementation

Loading…
Cancel
Save