forked from qt-creator/qt-creator
QmlDesigner: Fix missing error message for puppet crash
Task-number: QTCREATORBUG-11767 Change-Id: I6130ba1a07a29ba5fe765d22d609b3edb44c815f Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
This commit is contained in:
@@ -33,6 +33,7 @@
|
|||||||
#include "crumblebar.h"
|
#include "crumblebar.h"
|
||||||
|
|
||||||
#include <rewriterview.h>
|
#include <rewriterview.h>
|
||||||
|
#include <nodeinstanceview.h>
|
||||||
#include <itemlibrarywidget.h>
|
#include <itemlibrarywidget.h>
|
||||||
|
|
||||||
#include <coreplugin/coreconstants.h>
|
#include <coreplugin/coreconstants.h>
|
||||||
@@ -181,6 +182,7 @@ DesignModeWidget::DesignModeWidget(QWidget *parent) :
|
|||||||
m_navigatorHistoryCounter(-1),
|
m_navigatorHistoryCounter(-1),
|
||||||
m_keepNavigatorHistory(false)
|
m_keepNavigatorHistory(false)
|
||||||
{
|
{
|
||||||
|
QObject::connect(viewManager().nodeInstanceView(), SIGNAL(qmlPuppetCrashed()), this, SLOT(qmlPuppetCrashed()));
|
||||||
}
|
}
|
||||||
|
|
||||||
DesignModeWidget::~DesignModeWidget()
|
DesignModeWidget::~DesignModeWidget()
|
||||||
|
|||||||
Reference in New Issue
Block a user