mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 01:45:38 +08:00
Refactor Simulator connection status
* Removed obsolete and unused signals (ISimulator, CSimulatorContext) * Removed ISimulator::ConnectionStatus enum
This commit is contained in:
committed by
Roland Winklmeier
parent
9d37a0876d
commit
c5a1a6048b
@@ -12,9 +12,6 @@ namespace BlackCore
|
||||
{
|
||||
void registerMetadata()
|
||||
{
|
||||
// for some reasons (ask RW) these are registered twice
|
||||
qRegisterMetaType<ISimulator::ConnectionStatus>();
|
||||
qRegisterMetaType<ISimulator::ConnectionStatus>("Status");
|
||||
qRegisterMetaType<BlackCore::IVoiceChannel::ConnectionStatus>();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user