Style, as_const

This commit is contained in:
Klaus Basan
2020-04-14 02:43:12 +02:00
committed by Mat Sutcliffe
parent afa5ba1fee
commit 04562a6651
3 changed files with 30 additions and 30 deletions

View File

@@ -75,7 +75,7 @@ namespace BlackMisc
m_simDirectory = simDirectory;
m_checkedSimulatorMsgs.remove(simulator);
}
QTimer::singleShot(0, this, [ = ]
QTimer::singleShot(5, this, [ = ]
{
if (!myself) { return; }
myself->doWork();