mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 01:03:08 -07:00
Remove misc::safeRemove(): shouldn't be needed
This commit is contained in:
parent
60d9bfe077
commit
c25586b500
9 changed files with 45 additions and 50 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue