Fix initial reading of Vatsim metars

This commit is contained in:
Roland Winklmeier
2015-10-04 17:54:33 +02:00
committed by Mathew Sutcliffe
parent 69031ef9da
commit c8a914eb7a
2 changed files with 13 additions and 3 deletions

View File

@@ -33,7 +33,7 @@ namespace BlackCore
void CVatsimMetarReader::readInBackgroundThread()
{
bool s = QMetaObject::invokeMethod(this, "ps_readMetar");
bool s = QMetaObject::invokeMethod(this, "ps_readMetars");
Q_ASSERT_X(s, Q_FUNC_INFO, "Cannot invoke");
Q_UNUSED(s);
}