refs #308 QMetaObject always requires the full namespace for string based lookup

This commit is contained in:
Roland Winklmeier
2014-09-02 21:28:56 +02:00
parent 2ab1a0f847
commit f43f3013fe
5 changed files with 4 additions and 5 deletions

View File

@@ -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: