mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-18 20:04:00 +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
|
void
|
||||||
CheckDirModel::volumeShowFinished()
|
CheckDirModel::volumeShowFinished()
|
||||||
{
|
{
|
||||||
|
#if ! QT_VERSION >= QT_VERSION_CHECK( 5, 0, 0 )
|
||||||
|
//FIXME: this has no equivalent in Qt5, does it just work there?
|
||||||
reset();
|
reset();
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef Q_OS_MAC
|
#ifdef Q_OS_MAC
|
||||||
// Make sure /Volumes is there, if not wait and try again
|
// Make sure /Volumes is there, if not wait and try again
|
||||||
|
Reference in New Issue
Block a user