mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-12-21 08:09:35 +08:00
- Fixed new lines in search engine update changelog
This commit is contained in:
parent
a370503eb3
commit
4ef72c6c8f
@ -413,6 +413,7 @@ QByteArray SearchEngine::getNovaChangelog(QString novaPath, float my_version) co
|
|||||||
if(line.startsWith((const char*)end_version.toUtf8())) break;
|
if(line.startsWith((const char*)end_version.toUtf8())) break;
|
||||||
if(in_changelog){
|
if(in_changelog){
|
||||||
line.remove(0,1);
|
line.remove(0,1);
|
||||||
|
line += "\n";
|
||||||
changelog.append(line);
|
changelog.append(line);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user