mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +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 );
|
||||
|
||||
m_tracks.clear();
|
||||
file.deleteLater();
|
||||
}
|
||||
|
Reference in New Issue
Block a user