mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-16 18:35:35 +08:00
refs #335, findParentInfoAreas method to allow nested context menus
This commit is contained in:
committed by
Roland Winklmeier
parent
9452ff10c9
commit
cd7e2f6f72
@@ -58,6 +58,9 @@ namespace BlackGui
|
||||
//! Nested info areas
|
||||
QList<CDockWidgetInfoArea *> findNestedInfoAreas();
|
||||
|
||||
//! The parent info areas
|
||||
const QList<const CInfoArea *> findParentInfoAreas() const;
|
||||
|
||||
};
|
||||
|
||||
} // namespace
|
||||
|
||||
Reference in New Issue
Block a user