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:
@@ -69,7 +69,7 @@ namespace BlackSimPlugin
|
||||
void clientTimedOut(const QString &callsign);
|
||||
|
||||
//! Client status changed
|
||||
void statusChanged(CFs9Client::ClientStatus);
|
||||
void statusChanged(const QString &callsign, BlackSimPlugin::Fs9::CFs9Client::ClientStatus);
|
||||
|
||||
protected slots:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user