Commit 562ad164ea363c1135a823c63408bd5cb1f7c2f0
- Diff rendering mode:
- inline
- side by side
|   | |||
| 724 | 724 | switch (idx.column()) { | |
| 725 | 725 | case 0: return data.name; | |
| 726 | 726 | case 1: return formattedValue(data, | |
| 727 | m_handler->m_individualFormats[data.iname], | ||
| 728 | m_handler->m_typeFormats[data.type]); | ||
| 727 | m_handler->m_individualFormats.value(data.iname, -1), | ||
| 728 | m_handler->m_typeFormats.value(data.type, -1)); | ||
| 729 | 729 | case 2: | |
| 730 | 730 | if (!data.displayedType.isEmpty()) | |
| 731 | 731 | return data.displayedType; |

