Initial GITEA commit
This commit is contained in:
@@ -1201,4 +1201,4 @@ int KomplexSearchModel::rowCount(const QModelIndex &parent) const
|
||||
{
|
||||
Q_UNUSED(parent)
|
||||
return m_data.size();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -271,4 +271,4 @@ private:
|
||||
};
|
||||
Q_DECLARE_METATYPE(KomplexSearchModel)
|
||||
#endif // KomplexSearchModel_H
|
||||
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user