mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 00:25:35 +08:00
Ref T192, formatting and minor tweaks
This commit is contained in:
@@ -63,11 +63,14 @@ namespace BlackGui
|
||||
//! Constructor
|
||||
explicit CLoginComponent(QWidget *parent = nullptr);
|
||||
|
||||
//! Destructor
|
||||
virtual ~CLoginComponent();
|
||||
|
||||
//! Automatically popup
|
||||
void setAutoPopupWizad(bool autoPopup);
|
||||
|
||||
//! Destructor
|
||||
virtual ~CLoginComponent();
|
||||
//! Main info area changed
|
||||
void mainInfoAreaChanged(const QWidget *currentWidget);
|
||||
|
||||
signals:
|
||||
//! Login
|
||||
@@ -82,10 +85,6 @@ namespace BlackGui
|
||||
//! Relevant login data changed (digest version)
|
||||
void loginDataChangedDigest();
|
||||
|
||||
public slots:
|
||||
//! Main info area changed
|
||||
void mainInfoAreaChanged(const QWidget *currentWidget);
|
||||
|
||||
private:
|
||||
//! Login cancelled
|
||||
void loginCancelled();
|
||||
|
||||
Reference in New Issue
Block a user