mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-03 11:56:57 +03:00
Make selectedPage const 🤦♀️
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
parent
1f16380efc
commit
dea33a3c1d
5 changed files with 5 additions and 5 deletions
|
|
@ -264,7 +264,7 @@ bool InstanceWindow::selectPage(QString pageId)
|
|||
return m_container->selectPage(pageId);
|
||||
}
|
||||
|
||||
BasePage* InstanceWindow::selectedPage()
|
||||
BasePage* InstanceWindow::selectedPage() const
|
||||
{
|
||||
return m_container->selectedPage();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue