Ask the HelpEngine for documentation about builtin QML components.

Done with: Erik
This commit is contained in:
Roberto Raggi
2010-01-27 14:56:22 +01:00
parent 39c2575ab3
commit a658ee55f2
3 changed files with 45 additions and 34 deletions

View File

@@ -37,6 +37,7 @@
QT_BEGIN_NAMESPACE
class QHelpEngineCore;
class QPoint;
class QStringList;
QT_END_NAMESPACE
namespace Core {
@@ -73,7 +74,8 @@ private slots:
private:
void updateHelpIdAndTooltip(TextEditor::ITextEditor *editor, int pos);
QString prettyPrint(const QmlJS::Interpreter::Value *value, QmlJS::Interpreter::Engine *interp) const;
QString prettyPrint(const QmlJS::Interpreter::Value *value, QmlJS::Interpreter::Engine *interp,
QStringList *baseClasses) const;
private:
QmlModelManagerInterface *m_modelManager;