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
|
@ -9,12 +9,12 @@ const char* ListModel::sorts[6]{ "Featured", "Popularity", "LastUpdated", "Name"
|
|||
void ListModel::loadIndexedPack(ModPlatform::IndexedPack& m, QJsonObject& obj)
|
||||
{
|
||||
FlameMod::loadIndexedPack(m, obj);
|
||||
};
|
||||
}
|
||||
|
||||
void ListModel::loadIndexedPackVersions(ModPlatform::IndexedPack& m, QJsonArray& arr)
|
||||
{
|
||||
FlameMod::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