Some finetuning of columns in views/data displayed

Sorting fixed for model
This commit is contained in:
Klaus Basan
2016-03-09 07:02:00 +01:00
committed by Mathew Sutcliffe
parent 3083f30576
commit 46d71ed1a2
4 changed files with 4 additions and 6 deletions

View File

@@ -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: