forked from qt-creator/qt-creator
Less QToolBars in editor tool bar.
This commit is contained in:
@@ -274,7 +274,7 @@ void FormWindowEditor::setDisplayName(const QString &title)
|
||||
m_displayName = title;
|
||||
}
|
||||
|
||||
QToolBar *FormWindowEditor::toolBar()
|
||||
QWidget *FormWindowEditor::toolBar()
|
||||
{
|
||||
if (!m_toolBar)
|
||||
m_toolBar = FormEditorW::instance()->createEditorToolBar();
|
||||
|
||||
Reference in New Issue
Block a user