mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-05 15:12:32 -06:00
Use uniform initialization on some default arguments
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user