Ref T184, only search in own direct children

https://swift-project.slack.com/archives/C04J6J76N/p1510427932000021

* CInfoArea::findOwnDockWidgetInfoAreas
* CInfoArea::findOwnChildInfoAreas
This commit is contained in:
Klaus Basan
2017-11-12 02:39:24 +01:00
parent e9e2ac1e03
commit 9a2c4573dc
2 changed files with 10 additions and 27 deletions

View File

@@ -270,7 +270,7 @@ namespace BlackGui
//! Nested info areas
//! \remark weak performance as discussed in T184
//! \remark result stored in m_childInfoAreas
QList<CInfoArea *> getChildInfoAreas() const { return this->findChildren<CInfoArea *>(); }
QList<CInfoArea *> findOwnChildInfoAreas() const;
//! Direct dock widget areas, not the nested dock widget areas
//! \remark result stored in m_dockableWidgets