You would need to override the theme. Check the docs on the main site for details. In short:
1. Duplicate the folder qa-theme/Default
2. In the admin section, set the theme to the one you just created
3. In your new theme folder, edit qa-theme.php and override the footer function, e.g. put function footer() {} to make the footer blank.