QtLauncher: fix build with Qt < 5.4
This commit is contained in:
parent
a60d07ea9c
commit
63ab28f0e6
1 changed files with 1 additions and 1 deletions
|
@ -299,7 +299,7 @@ private:
|
|||
deleteLater(); // commit suicide
|
||||
} else {
|
||||
m_lineInsertCount += 1000;
|
||||
QTimer::singleShot(50, this, &NaturalEarthDataLoaderThread::onFinished);
|
||||
QTimer::singleShot(50, this, SLOT(onFinished()));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue