mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-08 08:32:31 -06:00
Remove misc::safeRemove(): shouldn't be needed
This commit is contained in:
@@ -76,7 +76,7 @@ void TorrentCreatorThread::create(QString _input_path, QString _save_path, QStri
|
||||
input_path = _input_path;
|
||||
save_path = _save_path;
|
||||
if(QFile(save_path).exists())
|
||||
misc::safeRemove(save_path);
|
||||
QFile::remove(save_path);
|
||||
trackers = _trackers;
|
||||
url_seeds = _url_seeds;
|
||||
comment = _comment;
|
||||
|
||||
Reference in New Issue
Block a user