fix -Wextra in FreeCADGui

This commit is contained in:
wmayer
2016-09-21 20:54:52 +02:00
parent 1ab7e05fce
commit f19d424d8b
106 changed files with 882 additions and 496 deletions

View File

@@ -122,6 +122,7 @@ InteractionMode::keyReleaseEvent(QKeyEvent * event)
bool
InteractionMode::focusOutEvent(QFocusEvent * event)
{
Q_UNUSED(event);
if (this->altkeydown) {
QKeyEvent keyevent(QEvent::KeyRelease, Qt::Key_Alt, Qt::NoModifier);
return QCoreApplication::sendEvent(this->quarterwidget, &keyevent);