mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 14:08:03 -06:00
- Fix compilation warning
This commit is contained in:
@@ -537,7 +537,7 @@ class RssStream : public QObject{
|
||||
QDomDocument doc("Rss Seed");
|
||||
QFile fileRss(filePath);
|
||||
if(!fileRss.open(QIODevice::ReadOnly | QIODevice::Text)) {
|
||||
qDebug("openRss error : open failed, no file or locked, "+filePath.toUtf8());
|
||||
qDebug("openRss error : open failed, no file or locked, %s", (const char*)filePath.toUtf8());
|
||||
if(QFile::exists(filePath)) {
|
||||
fileRss.remove();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user