QmlProject: Rename QmlRunControl to QmlProjectRunControl

It's just easier if all the classes related with the QmlProject file format
start with the same prefix.
This commit is contained in:
Kai Koehne
2011-05-02 16:29:13 +02:00
parent 0812e92d09
commit 03cf8c4b90
3 changed files with 25 additions and 25 deletions

View File

@@ -78,7 +78,7 @@ bool QmlProjectPlugin::initialize(const QStringList &, QString *errorMessage)
addAutoReleasedObject(manager);
addAutoReleasedObject(new Internal::QmlProjectRunConfigurationFactory);
addAutoReleasedObject(new Internal::QmlRunControlFactory);
addAutoReleasedObject(new Internal::QmlProjectRunControlFactory);
addAutoReleasedObject(new QmlProjectApplicationWizard);
addAutoReleasedObject(new QmlProjectTargetFactory);