Just add:
function nav_main_sub()
{
$this->nav('main');
//$this->nav('sub');
}
after "class qa_html_theme extends qa_html_theme_base
{"
In you custom theme (qa-theme.php) file. This wil replace nav_main_sub function without sub navigation.
EDIT: oh this disables and admin sub navigation... :(