1
0
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:
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
emit tracks( m_tracks );
m_tracks.clear();
}

View File

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