mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 08:45:36 +08:00
fixes as follow-up of meeting https://dev.vatsim-germany.org/boards/22/topics/1671
* asserts for relaySignals * relay "message" in connection status changed * bug in status message * bug in saving settings refs #198 refs #199 refs #207 refs #209
This commit is contained in:
@@ -65,10 +65,11 @@ namespace BlackCore
|
||||
* \brief Connection status changed
|
||||
* \param from old status
|
||||
* \param to new status
|
||||
* \param message further details
|
||||
* \remarks If I use the enum, adaptor / interface are not created correctly
|
||||
* \see INetwork::ConnectionStatus
|
||||
*/
|
||||
void connectionStatusChanged(uint from, uint to);
|
||||
void connectionStatusChanged(uint from, uint to, const QString &message);
|
||||
|
||||
//! Text messages received (also private chat messages, rfaio channel messages)
|
||||
void textMessagesReceived(const BlackMisc::Network::CTextMessageList &textMessages);
|
||||
|
||||
Reference in New Issue
Block a user