add missing override and explicit specifiers in src/dialogs (#5524)

This commit is contained in:
RickyRister 2025-01-25 06:04:26 -08:00 committed by GitHub
parent 42e4c14a82
commit 9f729bf636
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 15 additions and 15 deletions

View file

@ -21,7 +21,7 @@ class DlgCreateToken : public QDialog
{
Q_OBJECT
public:
DlgCreateToken(const QStringList &_predefinedTokens, QWidget *parent = nullptr);
explicit DlgCreateToken(const QStringList &_predefinedTokens, QWidget *parent = nullptr);
QString getName() const;
QString getColor() const;
QString getPT() const;