mirror of
https://github.com/LMMS/lmms.git
synced 2026-04-03 22:04:26 -04:00
Apply new coding conventions to file_browser.h
This commit is contained in:
@@ -342,7 +342,7 @@ void TrackContainerView::dropEvent( QDropEvent * _de )
|
||||
track::create( track::InstrumentTrack,
|
||||
m_tc ) );
|
||||
Instrument * i = it->loadInstrument(
|
||||
engine::pluginFileHandling()[fileItem::extension(
|
||||
engine::pluginFileHandling()[FileItem::extension(
|
||||
value )]);
|
||||
i->loadFile( value );
|
||||
//it->toggledInstrumentTrackButton( true );
|
||||
|
||||
Reference in New Issue
Block a user