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:
@@ -69,7 +69,8 @@ public:
|
||||
void delayedInitialization();
|
||||
|
||||
virtual WorkingCopy workingCopy() const;
|
||||
virtual QmlJS::Snapshot snapshot(bool preferValid = true) const;
|
||||
virtual QmlJS::Snapshot snapshot() const;
|
||||
virtual QmlJS::Snapshot newestSnapshot() const;
|
||||
|
||||
virtual void updateSourceFiles(const QStringList &files,
|
||||
bool emitDocumentOnDiskChanged);
|
||||
|
||||
Reference in New Issue
Block a user