1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-13 20:39:57 +01:00

Bump up time for SetFile to finish

This commit is contained in:
Leo Franchi 2012-03-01 23:25:49 -05:00
parent 57d1c29d35
commit c9b0c92450

View File

@ -70,7 +70,7 @@ CheckDirModel::getFileInfoResult()
connect( showProcess, SIGNAL( readyReadStandardError() ), this, SLOT( processErrorOutput() ) );
m_shownVolumes = true;
QTimer::singleShot( 25, this, SLOT( volumeShowFinished() ) );
QTimer::singleShot( 500, this, SLOT( volumeShowFinished() ) );
}
p->terminate();