1. open qa-include/qa-app-format.php
2. find line 301:
$fields['title']='<span class="entry-title">'.$fields['title'].'</span>';
3. change it to:
$fields['title']='<a href="'.$fields['url'].'" class="entry-title">'.$fields['title'].'</a>';
I hoped it would be core...