forked from qt-creator/qt-creator
QmlJsDebugger: Remove QWEAKPOINTER_ENABLE_ARROW define
Any DEFINE used in qmljsdebugger-lib.pri is also passed to the users code.
This commit is contained in:
@@ -56,7 +56,7 @@ SelectionRectangle::SelectionRectangle(QGraphicsObject *layerItem)
|
||||
SelectionRectangle::~SelectionRectangle()
|
||||
{
|
||||
if (m_layerItem)
|
||||
m_layerItem->scene()->removeItem(m_controlShape);
|
||||
m_layerItem.data()->scene()->removeItem(m_controlShape);
|
||||
}
|
||||
|
||||
void SelectionRectangle::clear()
|
||||
|
||||
Reference in New Issue
Block a user