132 for (
auto const & mimetype :
this_model->mimeTypes() )
134 if ( not event->mimeData()->hasFormat( mimetype.toStdString().c_str() ) )
142 if ( event->proposedAction() != Qt::DropAction::CopyAction )
147 event->acceptProposedAction();
152 SLOT ( slot_launch_object_editor (
tref ) ), Qt::UniqueConnection );
154 SLOT ( slot_launch_object_editor (
tref ) ), Qt::UniqueConnection );
static MainWindow * findthis()