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:
Jarek Kobus
2011-09-02 12:12:11 +02:00
committed by Daniel Teske
parent cf96bc10d2
commit c34ca89826

View File

@@ -78,6 +78,7 @@ void SnippetEditorWidget::focusOutEvent(QFocusEvent *event)
document()->setModified(false);
emit snippetContentChanged();
}
BaseTextEditorWidget::focusOutEvent(event);
}
BaseTextEditor *SnippetEditorWidget::createEditor()