Exemple #1
0
QSet<const Skill *> General::getVisibleSkills() const{
    return getVisibleSkillList().toSet();
}
Exemple #2
0
QSet<const Skill *> General::getVisibleSkills(bool relate_to_place, bool head_only) const{
    return getVisibleSkillList(relate_to_place, head_only).toSet();
}