mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-03 06:02:29 -06:00
Fix some warnings
This commit is contained in:
@@ -50,7 +50,7 @@ class TorrentCreatorDialog : public QDialog
|
||||
|
||||
public:
|
||||
TorrentCreatorDialog(QWidget *parent = nullptr, const QString &defaultPath = QString());
|
||||
~TorrentCreatorDialog();
|
||||
~TorrentCreatorDialog() override;
|
||||
void updateInputPath(const QString &path);
|
||||
|
||||
private slots:
|
||||
|
||||
Reference in New Issue
Block a user