mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 15:15:50 +08:00
Fix initial reading of Vatsim metars
This commit is contained in:
committed by
Mathew Sutcliffe
parent
69031ef9da
commit
c8a914eb7a
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user