fix warning and possible bug

This commit is contained in:
Thomas Hartmann
2010-08-18 16:39:07 +02:00
parent 1cb071728f
commit d82acb2c31

View File

@@ -58,6 +58,7 @@ static inline const Interpreter::ObjectValue * getPropertyChangesTarget(Node *no
}
}
}
return 0;
}
QuickToolBar::QuickToolBar(QObject *parent) : ::QmlJS::IContextPane(parent), m_blockWriting(false)