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();
}
}

View File

@@ -271,4 +271,4 @@ private:
};
Q_DECLARE_METATYPE(KomplexSearchModel)
#endif // KomplexSearchModel_H

View File

@@ -268,5 +268,6 @@ private:
Q_PROPERTY(QString statusMessage READ statusMessage WRITE setStatusMessage NOTIFY statusMessageChanged FINAL)
Q_PROPERTY(QStringList videoSelections READ videoSelections WRITE setVideoSelections NOTIFY videoSelectionsChanged FINAL)
};
Q_DECLARE_METATYPE(ShaderToySearchModel)
#endif // ShaderToySearchModel_H