Remove Qt temporary files after loading ZynAddSubFX settings (#4551)
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user