mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-19 23:39:42 +01:00
* Remove silly deleteLater in M3uLoader.
This commit is contained in:
parent
e2336b595d
commit
68cf583e4b
@ -151,5 +151,4 @@ M3uLoader::parseM3u( const QString& fileLink )
|
||||
emit tracks( m_tracks );
|
||||
|
||||
m_tracks.clear();
|
||||
file.deleteLater();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user