forked from qt-creator/qt-creator
qmljs: avoid shortened names
libPath -> libraryQualifiedPath vContext -> viewerContext Change-Id: I085f5f3304a6becaa00f715cb3395c8cee5227c6 Reviewed-by: Tim Jenssen <tim.jenssen@digia.com>
This commit is contained in:
@@ -91,7 +91,7 @@ QmlJS::Snapshot Context::snapshot() const
|
||||
return _snapshot;
|
||||
}
|
||||
|
||||
ViewerContext Context::vContext() const
|
||||
ViewerContext Context::viewerContext() const
|
||||
{
|
||||
return _vContext;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user