refs #335, renaming

This commit is contained in:
Klaus Basan
2014-10-16 03:13:35 +02:00
committed by Roland Winklmeier
parent e6a5e2960f
commit 3c4fc76094
7 changed files with 11 additions and 10 deletions

View File

@@ -29,8 +29,8 @@ namespace BlackGui
void CInfoArea::initInfoArea()
{
// after(!) GUI is established
if (this->m_dockableWidgets.isEmpty())
// after(!) GUI is setup
if (this->m_dockWidgetInfoAreas.isEmpty())
{
this->m_dockableWidgets = this->getOwnDockWidgetAreas();
Q_ASSERT(!this->m_dockableWidgets.isEmpty());