mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 10:55:32 +08:00
Ref T640, style
This commit is contained in:
@@ -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