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:
parent
57d1c29d35
commit
c9b0c92450
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user