This commit is contained in:
Klaus Basan
2018-09-17 18:24:00 +02:00
parent 1f3650e7e2
commit 4913b93724
2 changed files with 1 additions and 3 deletions

View File

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