mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 23:17:21 -06:00
Forgot to use the new safeRemove() function at some places
This commit is contained in:
@@ -416,9 +416,9 @@ RssStream::~RssStream(){
|
||||
removeAllItems();
|
||||
qDebug("All items were removed");
|
||||
if(QFile::exists(filePath))
|
||||
QFile::remove(filePath);
|
||||
misc::safeRemove(filePath);
|
||||
if(QFile::exists(iconPath) && !iconPath.startsWith(":/"))
|
||||
QFile::remove(iconPath);
|
||||
misc::safeRemove(iconPath);
|
||||
}
|
||||
|
||||
RssFile::FileType RssStream::getType() const {
|
||||
|
||||
Reference in New Issue
Block a user