forked from qt-creator/qt-creator
		
	QmlJS::IContextPane adapting the interface
closing windows with escape is now stacked again
This commit is contained in:
		@@ -54,6 +54,7 @@ public:
 | 
			
		||||
    virtual ~IContextPane() {}
 | 
			
		||||
    virtual void apply(TextEditor::BaseTextEditorEditable *editor, Document::Ptr doc, const QmlJS::Snapshot &snapshot, AST::Node *node, bool update) = 0;
 | 
			
		||||
    virtual void setEnabled(bool) = 0;
 | 
			
		||||
    virtual QWidget* widget() = 0;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
} // namespace QmlJS
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user