mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 15:15:50 +08:00
refs #335, renaming
This commit is contained in:
committed by
Roland Winklmeier
parent
e6a5e2960f
commit
3c4fc76094
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user