Basic, unfinished & broken impl
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
parent
fd9a8d1551
commit
6ccc7e77f9
18 changed files with 287 additions and 217 deletions
|
@ -263,6 +263,11 @@ bool InstanceWindow::selectPage(QString pageId)
|
|||
return m_container->selectPage(pageId);
|
||||
}
|
||||
|
||||
BasePage* InstanceWindow::selectedPage()
|
||||
{
|
||||
return m_container->selectedPage();
|
||||
}
|
||||
|
||||
void InstanceWindow::refreshContainer()
|
||||
{
|
||||
m_container->refreshContainer();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue