mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 05:37:29 +02:00
* Remove silly deleteLater in M3uLoader.
This commit is contained in:
@@ -151,5 +151,4 @@ M3uLoader::parseM3u( const QString& fileLink )
|
|||||||
emit tracks( m_tracks );
|
emit tracks( m_tracks );
|
||||||
|
|
||||||
m_tracks.clear();
|
m_tracks.clear();
|
||||||
file.deleteLater();
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user