Code review comment for lp:~aacid/unity/hud-result-highlighting

Revision history for this message
Daniel d'Andrada (dandrader) wrote :

in Hud/ResultList.qml:

78 + internalModel.append({"name": itemData.column_1, "highlights": itemData.column_2, "context": itemData.column_3, "contextHighlights": itemData.column_4})

That's ridiculously long.

« Back to merge proposal