Moved qmljsmodelmanagerinterface.h

This commit is contained in:
Roberto Raggi
2010-06-09 15:56:03 +02:00
parent 373bfb05e7
commit 726c3345c4
18 changed files with 91 additions and 48 deletions

View File

@@ -30,8 +30,7 @@
#ifndef QMLJSHOVERHANDLER_H
#define QMLJSHOVERHANDLER_H
#include "qmljsmodelmanagerinterface.h"
#include <qmljs/qmljsmodelmanagerinterface.h>
#include <QtCore/QObject>
QT_BEGIN_NAMESPACE
@@ -79,7 +78,7 @@ private:
QStringList *baseClasses) const;
private:
ModelManagerInterface *m_modelManager;
QmlJS::ModelManagerInterface *m_modelManager;
QHelpEngineCore *m_helpEngine;
QString m_helpId;
QString m_toolTip;