refs #702, better callsign syncronization

This commit is contained in:
Klaus Basan
2016-07-05 01:28:20 +02:00
parent 2dcb9536c9
commit a3b5632a5c
3 changed files with 9 additions and 4 deletions

View File

@@ -115,7 +115,7 @@ namespace BlackMisc
QString getControllerId() const { return m_controller.getId(); }
//! Set controller
void setController(const BlackMisc::Network::CUser &controller) { this->m_controller = controller; this->m_controller.setCallsign(this->m_callsign); }
void setController(const BlackMisc::Network::CUser &controller);
//! Set controller's name
void setControllerRealName(const QString &controllerName) { this->m_controller.setRealName(controllerName); }