adding idx to all models
This commit is contained in:
parent
b80ee44abc
commit
d633a25ebe
6 changed files with 22 additions and 1 deletions
|
|
@ -254,6 +254,12 @@ PresentationSqlModel *PresentationProxyModel::presentationModel() {
|
|||
return m_presentationModel;
|
||||
}
|
||||
|
||||
QModelIndex PresentationProxyModel::idx(int row) {
|
||||
QModelIndex idx = index(row, 0);
|
||||
// qDebug() << idx;
|
||||
return idx;
|
||||
}
|
||||
|
||||
QVariantMap PresentationProxyModel::getPresentation(const int &row) {
|
||||
return QVariantMap();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue