minor bug fix

This commit is contained in:
Max-Wilhelm Bruker 2010-11-10 01:31:43 +01:00
parent 27d954267c
commit c4cb0f6354
3 changed files with 10 additions and 1 deletions

View file

@ -164,6 +164,12 @@ void AbstractCardItem::setName(const QString &_name)
update();
}
void AbstractCardItem::setHovered(bool _hovered)
{
isHovered = _hovered;
update();
}
void AbstractCardItem::setColor(const QString &_color)
{
color = _color;