mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 10:55:32 +08:00
Ref T701, comments
This commit is contained in:
committed by
Mat Sutcliffe
parent
0767deb41d
commit
1d4d3d81d0
@@ -180,6 +180,8 @@ namespace BlackGui
|
|||||||
|
|
||||||
void CModelMatcherComponent::reverseLookup()
|
void CModelMatcherComponent::reverseLookup()
|
||||||
{
|
{
|
||||||
|
// CAirspaceMonitor::reverseLookupModelWithFlightplanData is the real world lookup
|
||||||
|
|
||||||
ui->te_Results->clear();
|
ui->te_Results->clear();
|
||||||
CStatusMessageList msgs;
|
CStatusMessageList msgs;
|
||||||
m_matcher.setDefaultModel(CModelMatcherComponent::defaultModel());
|
m_matcher.setDefaultModel(CModelMatcherComponent::defaultModel());
|
||||||
|
|||||||
@@ -73,6 +73,7 @@ namespace BlackGui
|
|||||||
void testModelMatching();
|
void testModelMatching();
|
||||||
|
|
||||||
//! Reverse lookup
|
//! Reverse lookup
|
||||||
|
//! \sa CAirspaceMonitor::reverseLookupModelWithFlightplanData is the real world lookup
|
||||||
void reverseLookup();
|
void reverseLookup();
|
||||||
|
|
||||||
//! Init
|
//! Init
|
||||||
|
|||||||
Reference in New Issue
Block a user