mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 17:35:34 +08:00
Minor fixes when reporting T141
* user authenticated must be enabled/valid * Read only: BlackMisc::CDataReadOnly<BlackCore::Data::TAuthenticatedDbUser> * clear user fields when not authenticated
This commit is contained in:
committed by
Mathew Sutcliffe
parent
2dfc56dc39
commit
0dfe6f69fe
@@ -51,7 +51,7 @@ namespace BlackGui
|
||||
|
||||
private:
|
||||
QScopedPointer<Ui::CDbLoginComponent> ui;
|
||||
BlackCore::Db::CDatabaseAuthenticationService m_loginService {this}; //!< login service
|
||||
BlackCore::Db::CDatabaseAuthenticationService m_loginService { this }; //!< login service
|
||||
|
||||
//! Overlay messages
|
||||
void displayOverlayMessages(const BlackMisc::CStatusMessageList &msgs);
|
||||
|
||||
Reference in New Issue
Block a user