mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 15:45:46 +08:00
committed by
Mathew Sutcliffe
parent
51cbd2a394
commit
1c1fdabd2e
@@ -22,6 +22,8 @@ namespace BlackGui
|
||||
this->m_columns.addColumn(CAtcStation::IndexIsOnline, "online");
|
||||
this->m_columns.addColumn(CAtcStation::IndexBookedFrom, "bookedfrom");
|
||||
this->m_columns.addColumn(CAtcStation::IndexBookedUntil, "bookeduntil");
|
||||
this->m_columns.addColumn(CAtcStation::IndexVoiceRoomUrl, "voiceroomurl");
|
||||
|
||||
|
||||
// default sort order
|
||||
this->setSortColumnByPropertyIndex(CAtcStation::IndexDistance);
|
||||
@@ -35,5 +37,6 @@ namespace BlackGui
|
||||
(void)QT_TRANSLATE_NOOP("ViewAtcList", "online");
|
||||
(void)QT_TRANSLATE_NOOP("ViewAtcList", "bookedfrom");
|
||||
(void)QT_TRANSLATE_NOOP("ViewAtcList", "bookeduntil");
|
||||
(void)QT_TRANSLATE_NOOP("ViewAtcList", "voiceroomurl");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user