mirror of
https://github.com/YACReader/yacreader
synced 2025-07-20 14:04:40 -04:00
Implement a way for setting the title in the main toolbar.
This commit is contained in:
committed by
Luis Ángel San Martín
parent
ca5096fba4
commit
e7922a0e51
@ -132,7 +132,7 @@ void YACReaderMainToolBar::addWideDivider()
|
||||
mainLayout->addSpacing(3);
|
||||
}
|
||||
|
||||
void YACReaderMainToolBar::setCurrentFolderName(const QString &name)
|
||||
void YACReaderMainToolBar::setTitle(const QString & name)
|
||||
{
|
||||
currentFolder->setText(name);
|
||||
currentFolderName = name;
|
||||
|
Reference in New Issue
Block a user