mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-23 22:25:11 +02:00
Style fixes for M3uLoader.
This commit is contained in:
@@ -190,6 +190,7 @@ M3uLoader::parseM3u( const QString& fileLink )
|
||||
}
|
||||
else
|
||||
emit tracks( m_tracks );
|
||||
|
||||
m_tracks.clear();
|
||||
}
|
||||
|
||||
|
@@ -47,6 +47,7 @@ public:
|
||||
|
||||
public slots:
|
||||
void parse();
|
||||
|
||||
private slots:
|
||||
void playlistCreated();
|
||||
|
||||
|
Reference in New Issue
Block a user