mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 23:17:21 -06:00
Remove misc::safeRemove(): shouldn't be needed
This commit is contained in:
@@ -60,7 +60,7 @@ RssFeed::~RssFeed(){
|
||||
saveItemsToDisk();
|
||||
}
|
||||
if(!m_icon.startsWith(":/") && QFile::exists(m_icon))
|
||||
misc::safeRemove(m_icon);
|
||||
QFile::remove(m_icon);
|
||||
}
|
||||
|
||||
void RssFeed::saveItemsToDisk() {
|
||||
|
||||
Reference in New Issue
Block a user