mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-15 01:05:35 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user