qmljs: avoid shortened names

libPath -> libraryQualifiedPath
vContext -> viewerContext

Change-Id: I085f5f3304a6becaa00f715cb3395c8cee5227c6
Reviewed-by: Tim Jenssen <tim.jenssen@digia.com>
This commit is contained in:
Fawzi Mohamed
2014-07-17 12:29:37 +02:00
parent e82a47e5af
commit 883545a03d
5 changed files with 9 additions and 9 deletions

View File

@@ -91,7 +91,7 @@ QmlJS::Snapshot Context::snapshot() const
return _snapshot;
}
ViewerContext Context::vContext() const
ViewerContext Context::viewerContext() const
{
return _vContext;
}