mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 15:15:50 +08:00
refs #308 QMetaObject always requires the full namespace for string based lookup
This commit is contained in:
@@ -23,7 +23,6 @@ namespace BlackSimPlugin
|
||||
void registerMetadata()
|
||||
{
|
||||
qRegisterMetaType<CFs9Host::HostStatus>();
|
||||
qRegisterMetaType<CFs9Host::HostStatus>("CFs9Host::HostStatus");
|
||||
qRegisterMetaType<CFs9Client::ClientStatus>();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user