mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-09-12 14:02:20 +00: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…
x
Reference in New Issue
Block a user