Merge branch 'PrismLauncher:develop' into better-component-installation
This commit is contained in:
commit
e7ad373d89
17 changed files with 133 additions and 72 deletions
|
@ -94,6 +94,10 @@ PageContainer::PageContainer(BasePageProvider *pageProvider, QString defaultId,
|
|||
page->listIndex = counter;
|
||||
page->setParentContainer(this);
|
||||
counter++;
|
||||
page->updateExtraInfo = [this](QString info) {
|
||||
if (m_currentPage)
|
||||
m_header->setText(m_currentPage->displayName() + info);
|
||||
};
|
||||
}
|
||||
m_model->setPages(pages);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue