1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-24 14:42:53 +02:00

Style fixes for M3uLoader.

This commit is contained in:
Christian Muehlhaeuser
2014-11-11 01:22:07 +01:00
parent c0681ceff2
commit b37c9f3c2e
2 changed files with 4 additions and 2 deletions

View File

@@ -190,6 +190,7 @@ M3uLoader::parseM3u( const QString& fileLink )
} }
else else
emit tracks( m_tracks ); emit tracks( m_tracks );
m_tracks.clear(); m_tracks.clear();
} }

View File

@@ -47,6 +47,7 @@ public:
public slots: public slots:
void parse(); void parse();
private slots: private slots:
void playlistCreated(); void playlistCreated();