Commit 1de18f4e authored by Benoit Calvez's avatar Benoit Calvez Committed by Jean-Baptiste Kempf

Phonon: fix for Win32 compilation

parent 8f3c41de
...@@ -162,7 +162,7 @@ static QStringList findAllLibVlc() ...@@ -162,7 +162,7 @@ static QStringList findAllLibVlc()
paths << vlcInstallDir + QLatin1Char('\\') + "libvlc.dll"; paths << vlcInstallDir + QLatin1Char('\\') + "libvlc.dll";
return paths; return paths;
} else { } else {
return QString(); return QStringList();
} }
#endif #endif
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment