Add explicit

This commit is contained in:
Jonas Kvinge
2020-04-07 16:49:15 +02:00
parent 3efc496c41
commit 21b2193cd0
199 changed files with 337 additions and 342 deletions

View File

@@ -38,7 +38,7 @@ class CoverFromURLDialog : public QDialog {
Q_OBJECT
public:
CoverFromURLDialog(QWidget *parent = nullptr);
explicit CoverFromURLDialog(QWidget *parent = nullptr);
~CoverFromURLDialog();
// Opens the dialog. This returns an image found at the URL chosen by user or null image if the dialog got rejected.