mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 12:55:33 +08:00
refs #308 QMetaObject always requires the full namespace for string based lookup
This commit is contained in:
@@ -284,7 +284,7 @@ namespace BlackSimPlugin
|
||||
emit aircraftModelChanged(m_aircraftModel);
|
||||
}
|
||||
|
||||
void CSimulatorFs9::ps_changeHostStatus(CFs9Host::HostStatus status)
|
||||
void CSimulatorFs9::ps_changeHostStatus(BlackSimPlugin::Fs9::CFs9Host::HostStatus status)
|
||||
{
|
||||
switch (status)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user