Fixed more clang formatting
Signed-off-by: SabrePenguin <lknofczynski@gmail.com>
This commit is contained in:
parent
51f4ede797
commit
814f84efab
@ -262,8 +262,8 @@ void Page::onPackSelectionChanged(Modpack* pack)
|
|||||||
ui->versionSelectionBox->clear();
|
ui->versionSelectionBox->clear();
|
||||||
if (pack) {
|
if (pack) {
|
||||||
currentModpackInfo->setHtml(StringUtils::htmlListPatch("Pack by <b>" + pack->author + "</b>" + "<br>Minecraft " + pack->mcVersion +
|
currentModpackInfo->setHtml(StringUtils::htmlListPatch("Pack by <b>" + pack->author + "</b>" + "<br>Minecraft " + pack->mcVersion +
|
||||||
"<br>" + "<br>" +
|
"<br>" + "<br>" + pack->description + "<ul><li>" +
|
||||||
pack->description + "<ul><li>" + pack->mods.replace(";", "</li><li>") + "</li></ul>"));
|
pack->mods.replace(";", "</li><li>") + "</li></ul>"));
|
||||||
bool currentAdded = false;
|
bool currentAdded = false;
|
||||||
|
|
||||||
for (int i = 0; i < pack->oldVersions.size(); i++) {
|
for (int i = 0; i < pack->oldVersions.size(); i++) {
|
||||||
|
Loading…
Reference in New Issue
Block a user