mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 23:25:53 +08:00
Some finetuning of columns in views/data displayed
Sorting fixed for model
This commit is contained in:
committed by
Mathew Sutcliffe
parent
3083f30576
commit
46d71ed1a2
@@ -220,7 +220,7 @@ namespace BlackMisc
|
||||
case IndexName:
|
||||
return this->m_name.compare(compareValue.getName(), Qt::CaseInsensitive);
|
||||
case IndexCallsign:
|
||||
break;
|
||||
return this->m_callsign.comparePropertyByIndex(compareValue.getCallsign(), index.copyFrontRemoved());
|
||||
case IndexFileName:
|
||||
return this->m_fileName.compare(compareValue.getFileName(), Qt::CaseInsensitive);
|
||||
case IndexModelType:
|
||||
|
||||
Reference in New Issue
Block a user