fix "QObject::connect: No such slot
NaturalEarthDataLoaderThread::onFinished()" error message
This commit is contained in:
parent
34394c91a9
commit
db825d3119
1 changed files with 1 additions and 1 deletions
|
@ -288,7 +288,7 @@ protected:
|
||||||
}
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void onFinished()
|
Q_SLOT void onFinished()
|
||||||
{
|
{
|
||||||
flightgear::PolyLineList::const_iterator begin = m_parsedLines.begin() + m_lineInsertCount;
|
flightgear::PolyLineList::const_iterator begin = m_parsedLines.begin() + m_lineInsertCount;
|
||||||
unsigned int numToAdd = std::min<unsigned long>(1000UL, m_parsedLines.size() - m_lineInsertCount);
|
unsigned int numToAdd = std::min<unsigned long>(1000UL, m_parsedLines.size() - m_lineInsertCount);
|
||||||
|
|
Loading…
Reference in a new issue