mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-10 05:55:33 +08:00
refs #195, extended model classes
* mode for users (detailed, complete) * mode for ATC station (booked, online) * clear method for columns
This commit is contained in:
@@ -124,6 +124,8 @@ namespace BlackGui
|
||||
//! Column at position
|
||||
const CColumn &at(int columnNumber) const { return this->m_columns.at(columnNumber); }
|
||||
|
||||
//! Clear
|
||||
void clear() { this->m_columns.clear(); }
|
||||
|
||||
private:
|
||||
QList<CColumn> m_columns;
|
||||
|
||||
Reference in New Issue
Block a user