Changed hovering to use the new interpreter & binding code.

Done-with: Roberto Raggi
This commit is contained in:
Erik Verbruggen
2010-01-27 14:00:18 +01:00
parent a104d18736
commit d89b7ecb73
2 changed files with 28 additions and 1 deletions

View File

@@ -43,6 +43,13 @@ namespace Core {
class IEditor;
}
namespace QmlJS {
namespace Interpreter {
class Engine;
class Value;
}
}
namespace TextEditor {
class ITextEditor;
}
@@ -66,6 +73,7 @@ private slots:
private:
void updateHelpIdAndTooltip(TextEditor::ITextEditor *editor, int pos);
QString prettyPrint(const QmlJS::Interpreter::Value *value, QmlJS::Interpreter::Engine *interp) const;
private:
QmlModelManagerInterface *m_modelManager;