mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 04:45:31 +08:00
Style
This commit is contained in:
@@ -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
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -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); }
|
||||||
|
|||||||
Reference in New Issue
Block a user