diff --git a/src/cpp/presentationsqlmodel.cpp b/src/cpp/presentationsqlmodel.cpp index 37c9deb..080ac75 100644 --- a/src/cpp/presentationsqlmodel.cpp +++ b/src/cpp/presentationsqlmodel.cpp @@ -262,6 +262,7 @@ QModelIndex PresentationProxyModel::idx(int row) { } QVariantMap PresentationProxyModel::getPresentation(const int &row) { + qDebug() << "Getting Presentation through cpp"; auto model = qobject_cast(sourceModel()); QVariantMap presentation = model->getItem(mapToSource(index(row, 0)).row()); return presentation;