_ZN27QGraphicsSceneDragDropEvent11setMimeDataEPK9QMimeData

Name

QGraphicsSceneDragDropEvent::setMimeData -- set the MIME data for the event

Synopsis

#include <QtGui/qgraphicssceneevent.h>

void QGraphicsSceneDragDropEvent::setMimeData (const QMimeData *data);

Description

The QGraphicsSceneDragDropEvent::setMimeData() function shall set the MIME data for the event data.

This function is not intended to be used by applications directly, but may appear among application dependencies as a result of usage of other functions and macros.