add missing override and explicit specifiers in src/client (#5523)

This commit is contained in:
RickyRister 2025-01-25 06:03:54 -08:00 committed by GitHub
parent 37a0c00b3f
commit 42e4c14a82
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 20 additions and 19 deletions

View file

@ -14,7 +14,7 @@ class UpdateDownloader : public QObject
{
Q_OBJECT
public:
UpdateDownloader(QObject *parent);
explicit UpdateDownloader(QObject *parent);
void beginDownload(QUrl url);
signals:
void downloadSuccessful(QUrl filepath);