forked from qt-creator/qt-creator
		
	QmlJSEditor: extending IContextPane with a signal
closed() is emitted when the pane is hidden/closed.
This commit is contained in:
		| @@ -56,6 +56,8 @@ public: | ||||
|     virtual void setEnabled(bool) = 0; | ||||
|     virtual bool isAvailable(TextEditor::BaseTextEditorEditable *editor, Document::Ptr doc, const QmlJS::Snapshot &snapshot, AST::Node *node) = 0; | ||||
|     virtual QWidget* widget() = 0; | ||||
| signals: | ||||
|     void closed(); | ||||
| }; | ||||
|  | ||||
| } // namespace QmlJS | ||||
|   | ||||
		Reference in New Issue
	
	Block a user