Resolve all compiler warnings

This commit is contained in:
Matt Kelly 2014-02-11 01:52:06 -05:00
parent 44e83e91c6
commit 96ec49936e
3 changed files with 5 additions and 2 deletions

View file

@ -143,6 +143,7 @@ QString CardZone::getTranslatedName(bool hisOwn, GrammaticalCase gc) const
? tr("his sideboard", "nominative, male owner")
: tr("%1's sideboard", "nominative, male owner").arg(ownerName)
);
default: break;
}
return QString();
}