Hi all, I'd like to implement search in Kompare to find diff hunks containing specified text. If I understand correctly, I need to iterate over DiffHunkList in DiffModel and search inside their string content. How can I get contents of source lines which belong to each DiffHunk? -- Regards, Konstantin