Ref T472, added id column

This commit is contained in:
Klaus Basan
2019-02-17 16:42:34 +01:00
committed by Mat Sutcliffe
parent b584398482
commit 6e05875eab

View File

@@ -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));
}