mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 19:35:32 +08:00
Formatting, comments, typos, or minor tweaks
* Aircraft ICAO class: hasXX methods (hasAircraftCombinedType(), ..) * Index Variant map, contains(index) * Deleted context_network_textmessages.cpp and moved it into impl.cpp (this was only 1 method) * Fixed bug refs#228
This commit is contained in:
@@ -55,6 +55,9 @@ namespace BlackMisc
|
||||
//! Indexes
|
||||
QList<int> indexes() const { return this->m_values.keys(); }
|
||||
|
||||
//! Contains index?
|
||||
bool contains(int index) const { return this->m_values.contains(index); }
|
||||
|
||||
//! values
|
||||
QList<QVariant> values() const { return this->m_values.values(); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user