Skip to content

Commit

Permalink
Remove Qt temporary files after loading ZynAddSubFX settings (#4551)
Browse files Browse the repository at this point in the history
  • Loading branch information
PhysSong authored Aug 25, 2018
1 parent 7f541a5 commit a0cbcb6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/zynaddsubfx/ZynAddSubFx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,6 @@ void ZynAddSubFxInstrument::loadSettings( const QDomElement & _this )
doc.appendChild( doc.importNode( data, true ) );

QTemporaryFile tf;
tf.setAutoRemove( false );
if( tf.open() )
{
QByteArray a = doc.toString( 0 ).toUtf8();
Expand Down

0 comments on commit a0cbcb6

Please sign in to comment.