forked from qt-creator/qt-creator
		
	Made the Bind constructor protected.
This commit is contained in:
		| @@ -43,8 +43,10 @@ class Link; | ||||
|  | ||||
| class QMLJS_EXPORT Bind: protected AST::Visitor | ||||
| { | ||||
| public: | ||||
| protected: | ||||
|     Bind(Document::Ptr doc, Interpreter::Engine *interp); | ||||
|  | ||||
| public: | ||||
|     virtual ~Bind(); | ||||
|  | ||||
|     // ### TODO: This methods should go. Bind each document after parsing, link later. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user