1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-15 10:33:59 +02:00

* Compiler warnings in XspfLoader.

This commit is contained in:
Christian Muehlhaeuser
2014-09-01 02:33:15 +02:00
parent 048145c041
commit 03229377e0

View File

@@ -241,7 +241,7 @@ XSPFLoader::gotBody()
m_title = m_overrideTitle;
bool shownError = false;
for ( int i = 0; i < tracklist.length(); i++ )
for ( int i = 0; i < (int)tracklist.length(); i++ )
{
QDomNode e = tracklist.at( i );