1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-18 11:51:44 +02:00

qt5: ifdef QFileSystemModel::reset() out, an equivalent in Qt5 seems to be missing

This commit is contained in:
Dominik Schmidt
2013-01-05 23:05:21 +01:00
parent 13eb29a93a
commit 069b3f9239

View File

@@ -89,7 +89,10 @@ CheckDirModel::getFileInfoResult()
void
CheckDirModel::volumeShowFinished()
{
#if ! QT_VERSION >= QT_VERSION_CHECK( 5, 0, 0 )
//FIXME: this has no equivalent in Qt5, does it just work there?
reset();
#endif
#ifdef Q_OS_MAC
// Make sure /Volumes is there, if not wait and try again