mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 07:35:48 +08:00
refs #661, prepared value objects for distributor sort order
This commit is contained in:
@@ -62,6 +62,8 @@ namespace BlackGui
|
||||
}
|
||||
break;
|
||||
|
||||
case MinimalWithOrder:
|
||||
this->m_columns.addColumn(CColumn::orderColumn());
|
||||
case Minimal:
|
||||
{
|
||||
this->m_columns.addColumn(CColumn::standardString("key", CDistributor::IndexDbStringKey));
|
||||
|
||||
Reference in New Issue
Block a user