QmlJSEditor: extending IContextPane with a signal

closed() is emitted when the pane is hidden/closed.
This commit is contained in:
Thomas Hartmann
2010-08-13 13:56:23 +02:00
parent bc28e5d993
commit 2c160a9b2a
4 changed files with 5 additions and 0 deletions

View File

@@ -363,6 +363,7 @@ void ContextPaneWidget::onTogglePane()
setLineButton();
} else {
deactivate();
emit closed();
}
}