mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 11:55:35 +08:00
Changed sample so it works with latest changes, such as
* CCallsignList * CCallsign, instead of QString
This commit is contained in:
@@ -49,8 +49,8 @@ private slots:
|
||||
void connectionStatusDisconnected();
|
||||
void audioStartedStream(const BlackCore::IVoice::ComUnit comUnit);
|
||||
void audioStoppedStream(const BlackCore::IVoice::ComUnit comUnit);
|
||||
void userJoinedRoom(const QString &callsign);
|
||||
void userLeftRoom(const QString &callsign);
|
||||
void userJoinedRoom(const BlackMisc::Aviation::CCallsign &callsign);
|
||||
void userLeftRoom(const BlackMisc::Aviation::CCallsign &callsign);
|
||||
|
||||
private:
|
||||
QMap<QString, std::function<void(QTextStream &)>> m_commands;
|
||||
|
||||
Reference in New Issue
Block a user