mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 13:36:48 +08:00
Found during T215, rectify CIdentifier issues
* null/anonymous identifier * CIdentifier can be linked with QObject and * CIdentifier reflects name changes of QObject (UI components change name after ctor call)
This commit is contained in:
@@ -778,12 +778,6 @@ namespace BlackGui
|
||||
}
|
||||
}
|
||||
|
||||
const CIdentifier &CFlightPlanComponent::flightPlanIdentifier()
|
||||
{
|
||||
static const CIdentifier i(QStringLiteral("FLIGHTPLANCOMPONENT"));
|
||||
return i;
|
||||
}
|
||||
|
||||
void CFlightPlanComponent::initCompleters()
|
||||
{
|
||||
if (!sGui || !sGui->hasWebDataServices()) { return; }
|
||||
|
||||
Reference in New Issue
Block a user