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:
@@ -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
|
||||
|
Reference in New Issue
Block a user