mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-15 09:15:34 +08:00
Ref T640, style
This commit is contained in:
@@ -35,7 +35,7 @@ namespace BlackGui
|
||||
CLoginModeButtons::~CLoginModeButtons()
|
||||
{ }
|
||||
|
||||
BlackCore::INetwork::LoginMode BlackGui::CLoginModeButtons::getLoginMode() const
|
||||
INetwork::LoginMode BlackGui::CLoginModeButtons::getLoginMode() const
|
||||
{
|
||||
INetwork::LoginMode mode = INetwork::LoginNormal;
|
||||
if (ui->rb_LoginStealth->isChecked())
|
||||
|
||||
@@ -17,8 +17,6 @@
|
||||
#include <QObject>
|
||||
#include <QScopedPointer>
|
||||
|
||||
class QWidget;
|
||||
|
||||
namespace Ui { class CLoginModeButtons; }
|
||||
namespace BlackGui
|
||||
{
|
||||
@@ -32,7 +30,7 @@ namespace BlackGui
|
||||
explicit CLoginModeButtons(QWidget *parent = nullptr);
|
||||
|
||||
//! Destructor
|
||||
virtual ~CLoginModeButtons();
|
||||
virtual ~CLoginModeButtons() override;
|
||||
|
||||
//! Get login mode, \sa BlackCore::INetwork::LoginMode
|
||||
BlackCore::INetwork::LoginMode getLoginMode() const;
|
||||
|
||||
Reference in New Issue
Block a user