#include "PythonQtWrapper_QAbstractListModel.h" #include #include #include #include #include #include #include #include #include #include #include #include bool PythonQtWrapper_QAbstractListModel::dropMimeData(QAbstractListModel* theWrappedObject, const QMimeData* data, Qt::DropAction action, int row, int column, const QModelIndex& parent) { return theWrappedObject->dropMimeData(data, action, row, column, parent); } QModelIndex PythonQtWrapper_QAbstractListModel::index(QAbstractListModel* theWrappedObject, int row, int column, const QModelIndex& parent) const { return theWrappedObject->index(row, column, parent); }