Context menu of simulated aircraft view now handled in view directly

* removed duplicated code in mapping/aircraft component
* view can be used with context menu without further signals
This commit is contained in:
Klaus Basan
2018-08-09 01:01:14 +02:00
parent 79a133892b
commit e114c8c99c

View File

@@ -411,6 +411,9 @@ namespace BlackMisc
//! Support fast position updates
bool setFastPositionUpdates(bool useFastPositions);
//! Toggle fast position updates
bool toggleFastPositionUpdates();
//! Rendered?
bool setRendered(bool rendered);