mirror of
https://github.com/YACReader/yacreader
synced 2025-11-15 22:42:47 -05:00
renombrado eficiente de bibliotecas
This commit is contained in:
@ -147,3 +147,9 @@ void YACReaderLibraryItemWidget::select()
|
||||
|
||||
isSelected = true;
|
||||
}
|
||||
|
||||
void YACReaderLibraryItemWidget::setName(const QString & name)
|
||||
{
|
||||
this->name = name;
|
||||
nameLabel->setText(name);
|
||||
}
|
||||
Reference in New Issue
Block a user