forked from qt-creator/qt-creator
QmlDesigner: Remove superfluous connect
Actually it was connected originally to a empty slot. Change-Id: I314938110e28c5601f4a6e46c6982053d864e776 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
This commit is contained in:
committed by
Thomas Hartmann
parent
9a05a0e7dc
commit
afcd5c8424
@@ -420,7 +420,6 @@ void DesignModeWidget::setup()
|
|||||||
//m_fakeToolBar->addEditor(textEditor()); ### what does this mean?
|
//m_fakeToolBar->addEditor(textEditor()); ### what does this mean?
|
||||||
m_fakeToolBar->setNavigationVisible(true);
|
m_fakeToolBar->setNavigationVisible(true);
|
||||||
|
|
||||||
connect(m_fakeToolBar, SIGNAL(closeClicked()), this, SLOT(closeCurrentEditor()));
|
|
||||||
connect(m_fakeToolBar, SIGNAL(goForwardClicked()), this, SLOT(onGoForwardClicked()));
|
connect(m_fakeToolBar, SIGNAL(goForwardClicked()), this, SLOT(onGoForwardClicked()));
|
||||||
connect(m_fakeToolBar, SIGNAL(goBackClicked()), this, SLOT(onGoBackClicked()));
|
connect(m_fakeToolBar, SIGNAL(goBackClicked()), this, SLOT(onGoBackClicked()));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user