Use uniform initialization on some default arguments

This commit is contained in:
thalieht
2019-02-22 03:33:04 +02:00
parent 8a19a0d4a0
commit 89dce36e98
22 changed files with 34 additions and 34 deletions

View File

@@ -49,7 +49,7 @@ class TorrentCreatorDialog : public QDialog
Q_OBJECT
public:
TorrentCreatorDialog(QWidget *parent = nullptr, const QString &defaultPath = QString());
TorrentCreatorDialog(QWidget *parent = nullptr, const QString &defaultPath = {});
~TorrentCreatorDialog() override;
void updateInputPath(const QString &path);