Less QToolBars in editor tool bar.

This commit is contained in:
con
2009-07-15 16:23:07 +02:00
parent 5e1a24f75b
commit baaf7b1d62
22 changed files with 55 additions and 51 deletions

View File

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