mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 21:15:33 +08:00
Minor style
This commit is contained in:
committed by
Mat Sutcliffe
parent
a7b7998f15
commit
90017f2e79
@@ -168,7 +168,7 @@ namespace BlackWxPlugin
|
||||
{
|
||||
CLogMessage(this).debug() << "Using cached data";
|
||||
Q_ASSERT_X(!m_parseGribFileWorker, Q_FUNC_INFO, "Worker already running");
|
||||
m_parseGribFileWorker = BlackMisc::CWorker::fromTask(this, "parseGribFile", [this]()
|
||||
m_parseGribFileWorker = CWorker::fromTask(this, "parseGribFile", [this]()
|
||||
{
|
||||
parseGfsFileImpl(m_gribData);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user