mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 21:15:33 +08:00
refs #320 Porting voice channels to new API
This commit is contained in:
@@ -15,8 +15,7 @@ namespace BlackCore
|
||||
// for some reasons (ask RW) these are registered twice
|
||||
qRegisterMetaType<ISimulator::ConnectionStatus>();
|
||||
qRegisterMetaType<ISimulator::ConnectionStatus>("Status");
|
||||
qRegisterMetaType<IVoiceChannel::ConnectionStatus>();
|
||||
qRegisterMetaType<IVoiceChannel::ConnectionStatus>("ConnectionStatus");
|
||||
qRegisterMetaType<BlackCore::IVoiceChannel::ConnectionStatus>();
|
||||
}
|
||||
|
||||
bool isCurrentThreadCreatingThread(QObject *toBeTested)
|
||||
|
||||
Reference in New Issue
Block a user