1
0
Fork 0

QtLauncher: fix build with Qt < 5.4

This commit is contained in:
Rebecca N. Palmer 2016-08-11 22:32:29 +01:00
parent a60d07ea9c
commit 63ab28f0e6

View file

@ -299,7 +299,7 @@ private:
deleteLater(); // commit suicide
} else {
m_lineInsertCount += 1000;
QTimer::singleShot(50, this, &NaturalEarthDataLoaderThread::onFinished);
QTimer::singleShot(50, this, SLOT(onFinished()));
}
}