forked from qt-creator/qt-creator
QmlJS: Add tooltips to imports.
Task-number: QTCREATORBUG-4814
This commit is contained in:
@@ -78,6 +78,8 @@ private:
|
||||
unsigned pos);
|
||||
void handleOrdinaryMatch(const QmlJS::LookupContext::Ptr &lookupContext,
|
||||
QmlJS::AST::Node *node);
|
||||
void handleImport(const QmlJS::LookupContext::Ptr &lookupContext,
|
||||
QmlJS::AST::UiImport *node);
|
||||
|
||||
void prettyPrintTooltip(const QmlJS::Interpreter::Value *value,
|
||||
const QmlJS::Interpreter::Context *context);
|
||||
|
||||
Reference in New Issue
Block a user