forked from qt-creator/qt-creator
		
	QmlJS: Improve ModelManagerInterface API, add docs.
Change-Id: Ic65d767cbad85de89dffaac66d9e80d8d467f04a Reviewed-on: http://codereview.qt.nokia.com/3851 Reviewed-by: Leandro T. C. Melo <leandro.melo@nokia.com>
This commit is contained in:
		| @@ -119,7 +119,9 @@ public: | ||||
|     static ModelManagerInterface *instance(); | ||||
|  | ||||
|     virtual WorkingCopy workingCopy() const = 0; | ||||
|     virtual QmlJS::Snapshot snapshot(bool preferValid = true) const = 0; | ||||
|  | ||||
|     virtual QmlJS::Snapshot snapshot() const = 0; | ||||
|     virtual QmlJS::Snapshot newestSnapshot() const = 0; | ||||
|  | ||||
|     virtual void updateSourceFiles(const QStringList &files, | ||||
|                                    bool emitDocumentOnDiskChanged) = 0; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user