mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-13 15:45:42 +08:00
Ref T472, added id column
This commit is contained in:
committed by
Mat Sutcliffe
parent
b584398482
commit
6e05875eab
@@ -35,6 +35,7 @@ namespace BlackGui
|
||||
{
|
||||
CAircraftCategoryTreeModel::CAircraftCategoryTreeModel(QObject *parent) : QStandardItemModel(parent)
|
||||
{
|
||||
m_columns.addColumn(CColumn::standardString("id", CAircraftCategory::IndexDbIntegerKey));
|
||||
m_columns.addColumn(CColumn::standardString("description", CAircraftCategory::IndexDescription));
|
||||
m_columns.addColumn(CColumn::standardString("changed", CAircraftCategory::IndexUtcTimestampFormattedYmdhms));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user