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

@@ -20,8 +20,6 @@
#include <QObject> #include <QObject>
#include <QScopedPointer> #include <QScopedPointer>
class QWidget;
namespace Ui { class CStatusMessageFormSmall; } namespace Ui { class CStatusMessageFormSmall; }
namespace BlackGui namespace BlackGui
{ {

View File

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