Initial GITEA commit

This commit is contained in:
Digital Artifex
2026-04-15 19:49:06 -04:00
parent e0af6d5898
commit c946859796
5 changed files with 417 additions and 2 deletions

View File

@@ -1201,4 +1201,4 @@ int KomplexSearchModel::rowCount(const QModelIndex &parent) const
{
Q_UNUSED(parent)
return m_data.size();
}
}