QmlJS: Add quick fix to wrap element in Loader.

Change-Id: Ie8b1624abfd9faa8c6153ad99e48964d597d543c
Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>
This commit is contained in:
Christian Kamm
2011-10-19 13:48:10 +02:00
parent 85d78c6082
commit cf156cd2ea
9 changed files with 231 additions and 15 deletions

View File

@@ -80,7 +80,7 @@ public:
{
QString componentName = m_componentName;
QString path = QFileInfo(fileName()).path();
ComponentNameDialog::go(&componentName, &path, assistInterface()->widget());
ComponentNameDialog::go(&componentName, &path, assistInterface()->editor());
if (componentName.isEmpty() || path.isEmpty())
return;