Started merging the JS and QML editor plug-ins.

This commit is contained in:
Erik Verbruggen
2010-01-15 17:20:03 +01:00
parent 898e84ceff
commit 96e31c2a0f
81 changed files with 243 additions and 11009 deletions

View File

@@ -42,7 +42,7 @@
#include <QtCore/QDir>
namespace QmlEditor {
namespace QmlJSEditor {
class QmlModelManagerInterface;
}
@@ -194,7 +194,7 @@ private:
QString m_filesFileName;
Internal::QmlProjectFile *m_file;
QString m_projectName;
QmlEditor::QmlModelManagerInterface *m_modelManager;
QmlJSEditor::QmlModelManagerInterface *m_modelManager;
QStringList m_files;