mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-01 02:53:56 -07:00
add missing override and explicit specifiers in src/dialogs (#5524)
This commit is contained in:
parent
42e4c14a82
commit
9f729bf636
11 changed files with 15 additions and 15 deletions
|
|
@ -13,7 +13,7 @@ class DlgForgotPasswordRequest : public QDialog
|
|||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
DlgForgotPasswordRequest(QWidget *parent = nullptr);
|
||||
explicit DlgForgotPasswordRequest(QWidget *parent = nullptr);
|
||||
QString getHost() const
|
||||
{
|
||||
return hostEdit->text();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue