Minor QString usage improvements

This commit is contained in:
Lukas W
2018-07-11 20:13:47 +02:00
parent 11c693205e
commit c670d4827a
5 changed files with 12 additions and 16 deletions

View File

@@ -78,7 +78,6 @@ PLUGIN_EXPORT Plugin * lmms_plugin_main( Model *, void * _data )
patmanInstrument::patmanInstrument( InstrumentTrack * _instrument_track ) :
Instrument( _instrument_track, &patman_plugin_descriptor ),
m_patchFile( QString() ),
m_loopedModel( true, this ),
m_tunedModel( true, this )
{