renombrado eficiente de bibliotecas

This commit is contained in:
Luis Ángel San Martín
2013-06-21 23:29:52 +02:00
parent 8b00e649b8
commit 8e3df875ae
5 changed files with 35 additions and 3 deletions

View File

@ -147,3 +147,9 @@ void YACReaderLibraryItemWidget::select()
isSelected = true;
}
void YACReaderLibraryItemWidget::setName(const QString & name)
{
this->name = name;
nameLabel->setText(name);
}