From plugin you are exposing only interfaces or types known to plugin user (application).
Apparently you are trying to expose from plugin to some application custom type: fieldInRowModel.
Type fieldInRowModel should be visible for application as QAbstractTableModel type, nothing more.