MCPcopy Create free account
hub / github.com/LMMS/lmms / dropEvent

Method dropEvent

src/tracks/InstrumentTrack.cpp:1130–1134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1128
1129
1130void InstrumentTrackView::dropEvent( QDropEvent * _de )
1131{
1132 getInstrumentTrackWindow()->dropEvent( _de );
1133 TrackView::dropEvent( _de );
1134}
1135
1136
1137

Callers

nothing calls this directly

Calls 9

getSongFunction · 0.85
loadInstrumentMethod · 0.80
setModifiedMethod · 0.80
supportsFileTypeMethod · 0.80
acceptMethod · 0.45
loadSettingsMethod · 0.45
nameMethod · 0.45
loadFileMethod · 0.45

Tested by

no test coverage detected