mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 09:15:34 +08:00
Style
This commit is contained in:
committed by
Mat Sutcliffe
parent
cde93e388f
commit
85a3a0ee99
@@ -78,7 +78,7 @@ namespace BlackGui
|
||||
explicit CFormDbUser(QWidget *parent = nullptr);
|
||||
|
||||
//! Destructor
|
||||
virtual ~CFormDbUser();
|
||||
virtual ~CFormDbUser() override;
|
||||
|
||||
//! Authenticated DB user
|
||||
BlackMisc::Network::CAuthenticatedUser getSwiftDbUser() const;
|
||||
|
||||
Reference in New Issue
Block a user