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:
Kai Koehne
2010-11-22 16:15:08 +01:00
parent 28adb0a178
commit ff7abee83b
4 changed files with 6 additions and 8 deletions

View File

@@ -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()