mirror of
https://github.com/YACReader/yacreader
synced 2025-07-20 05:54:39 -04: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