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

@ -16,7 +16,7 @@ class DlgUpdate : public QDialog
{
Q_OBJECT
public:
DlgUpdate(QWidget *parent);
explicit DlgUpdate(QWidget *parent);
private slots:
void finishedUpdateCheck(bool needToUpdate, bool isCompatible, Release *release);