forked from qt-creator/qt-creator
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user