Source

Target

Showing with 1 addition and 1 deletion
...@@ -222,7 +222,7 @@ ApplicationWindow { ...@@ -222,7 +222,7 @@ ApplicationWindow {
case "MinimumValue": case "MinimumValue":
case "Decimals": case "Decimals":
case "CurrentIndex": case "CurrentIndex":
case "SortColumnIndex": case "SortIndicatorColumn":
layout = layouts.intLayout layout = layouts.intLayout
typeName = "Int" typeName = "Int"
break; break;
......