Try using this inside head_custom, after you called the default one:
if ($this->template=='question') {
global $qa_db;
$raw=$this->content['q_view']['raw'];
$canonical=qa_path_html(qa_q_request($raw['postid'], $raw['title']), null, qa_get_option($qa_db, 'site_url'));
$this->output( '<link rel="canonical" href="'.$canonical.'" />' );
}