forked from qt-creator/qt-creator
Pass focusOutEvent to the superclass
Task-number: QTCREATORBUG-5981 Change-Id: I46e62849f277bc9ac959b95f328dff6d13ffc658 Reviewed-on: http://codereview.qt.nokia.com/4128 Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
This commit is contained in:
committed by
Daniel Teske
parent
cf96bc10d2
commit
c34ca89826
@@ -78,6 +78,7 @@ void SnippetEditorWidget::focusOutEvent(QFocusEvent *event)
|
||||
document()->setModified(false);
|
||||
emit snippetContentChanged();
|
||||
}
|
||||
BaseTextEditorWidget::focusOutEvent(event);
|
||||
}
|
||||
|
||||
BaseTextEditor *SnippetEditorWidget::createEditor()
|
||||
|
||||
Reference in New Issue
Block a user