mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 23:25:53 +08:00
Ref T709, sync Qt free timestamp after parsing with swift version
This commit is contained in:
committed by
Mat Sutcliffe
parent
04e57df5f7
commit
34aa8333cc
@@ -85,6 +85,11 @@ namespace BlackMisc
|
||||
static const CXSwiftBusSettings s;
|
||||
return s;
|
||||
}
|
||||
|
||||
void CXSwiftBusSettings::jsonParsed()
|
||||
{
|
||||
m_timestampMSecsSinceEpoch = m_msSinceEpochQtFree;
|
||||
}
|
||||
} // ns
|
||||
} // ns
|
||||
} // ns
|
||||
|
||||
Reference in New Issue
Block a user