mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 01:05:34 +08:00
Ref T773, style and comments
This commit is contained in:
committed by
Mat Sutcliffe
parent
9924eb4551
commit
812619470b
@@ -30,7 +30,7 @@ namespace BlackMisc
|
||||
{
|
||||
// we keep latest at front
|
||||
// * we assume we find them faster
|
||||
// * and need the more frequently (the recent ones)
|
||||
// * and need them more frequently (the recent ones)
|
||||
const qint64 now = QDateTime::currentMSecsSinceEpoch();
|
||||
QWriteLocker l(&m_lockElvCoordinates);
|
||||
if (m_elvCoordinates.size() > m_maxElevations) { m_elvCoordinates.pop_back(); }
|
||||
|
||||
Reference in New Issue
Block a user