]> git.mxchange.org Git - flightgear.git/commitdiff
fix "QObject::connect: No such slot
authorRebecca N. Palmer <rebecca_palmer@zoho.com>
Mon, 15 Aug 2016 22:10:06 +0000 (23:10 +0100)
committerRoland Haeder <roland@mxchange.org>
Thu, 22 Sep 2016 21:27:49 +0000 (23:27 +0200)
NaturalEarthDataLoaderThread::onFinished()" error message

src/GUI/QtLauncher.cxx

index 7dc058b82d59b84efb4bc98f3d59757ce9d66081..221e32088d24cd9e54c3ffc1eff606589a89d714 100644 (file)
@@ -288,7 +288,7 @@ protected:
     }
 
 private:
-    void onFinished()
+    Q_SLOT void onFinished()
     {
         flightgear::PolyLineList::const_iterator begin = m_parsedLines.begin() + m_lineInsertCount;
         unsigned int numToAdd = std::min<unsigned long>(1000UL, m_parsedLines.size() - m_lineInsertCount);