Allow to set login buttons

This commit is contained in:
Klaus Basan
2015-01-18 21:21:35 +01:00
parent f8cc656692
commit c6c7b71a83
2 changed files with 20 additions and 1 deletions

View File

@@ -36,6 +36,9 @@ namespace BlackGui
//! Get login mode, \sa BlackCore::INetwork::LoginMode
BlackCore::INetwork::LoginMode getLoginMode() const;
//! Set login mode
void setLoginMode(BlackCore::INetwork::LoginMode mode);
private:
QScopedPointer<Ui::CLoginModeButtons> ui;
};