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:
@@ -108,7 +108,7 @@ public:
|
||||
int minorVersion;
|
||||
|
||||
QString path() const;
|
||||
QString libPath() const;
|
||||
QString libraryQualifiedPath() const;
|
||||
|
||||
void addToHash(QCryptographicHash &hash) const;
|
||||
ImportKey flatKey() const;
|
||||
|
||||
Reference in New Issue
Block a user