mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-25 10:15:43 +08:00
Ref T275 testaircraftsituation: detach lists to get meaningful benchmark results.
This commit is contained in:
@@ -262,6 +262,9 @@ namespace BlackMisc
|
||||
return this->to(QList<T>());
|
||||
}
|
||||
|
||||
//! \private Calls detach on the internal QMap.
|
||||
void detach() { m_impl.detach(); }
|
||||
|
||||
//! Test for equality.
|
||||
bool operator ==(const CCollection &other) const { return m_impl == other.m_impl; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user