forked from qt-creator/qt-creator
QmlDesigner: spaces only change
Change-Id: I1ecb9425148843558e8bf2deffde2aa2290ded4b Reviewed-by: Thomas Hartmann <Thomas.Hartmann@theqtcompany.com>
This commit is contained in:
@@ -134,7 +134,6 @@ bool AbstractFormEditorTool::topSelectedItemIsMovable(const QList<QGraphicsItem*
|
||||
|
||||
}
|
||||
|
||||
|
||||
bool AbstractFormEditorTool::topItemIsResizeHandle(const QList<QGraphicsItem*> &/*itemList*/)
|
||||
{
|
||||
return false;
|
||||
@@ -149,6 +148,7 @@ QGraphicsItem *AbstractFormEditorTool::topMovableGraphicsItem(const QList<QGraph
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
FormEditorItem *AbstractFormEditorTool::topMovableFormEditorItem(const QList<QGraphicsItem*> &itemList, bool selectOnlyContentItems)
|
||||
{
|
||||
foreach (QGraphicsItem *item, itemList) {
|
||||
|
@@ -44,7 +44,6 @@ QString DesignModeContext::contextHelpId() const
|
||||
return qobject_cast<DesignModeWidget *>(m_widget)->contextHelpId();
|
||||
}
|
||||
|
||||
|
||||
FormEditorContext::FormEditorContext(QWidget *widget)
|
||||
: IContext(widget)
|
||||
{
|
||||
|
Reference in New Issue
Block a user