fix: delete semicolons at the end of .cpp file's functions
my lsp is weird sometimes
This commit is contained in:
parent
9c57b54a81
commit
b3c2a56ece
3 changed files with 5 additions and 5 deletions
|
@ -14,7 +14,7 @@ void ListModel::loadIndexedPack(ModPlatform::IndexedPack& m, QJsonObject& obj)
|
|||
void ListModel::loadIndexedPackVersions(ModPlatform::IndexedPack& m, QJsonArray& arr)
|
||||
{
|
||||
Modrinth::loadIndexedPackVersions(m, arr, APPLICATION->network(), m_parent->m_instance);
|
||||
};
|
||||
}
|
||||
|
||||
QJsonArray ListModel::documentToArray(QJsonDocument& obj) const
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue