Fix some warnings

This commit is contained in:
thalieht
2018-09-07 14:12:38 +03:00
parent e2b46f01bb
commit 94613c2fa2
29 changed files with 48 additions and 50 deletions

View File

@@ -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: