diff options
author | TheKodeToad <TheKodeToad@proton.me> | 2023-06-19 22:42:27 +0100 |
---|---|---|
committer | TheKodeToad <TheKodeToad@proton.me> | 2023-06-19 22:42:30 +0100 |
commit | 6ccc7e77f918503125c363eb8ac9455aa9fc095e (patch) | |
tree | eebf279b43d2976a061865818d2144e0a0d70b46 /launcher/ui/InstanceWindow.cpp | |
parent | fd9a8d1551e5736aff6da10d8d00cc631c6d6ee0 (diff) | |
download | PrismLauncher-6ccc7e77f918503125c363eb8ac9455aa9fc095e.tar.gz PrismLauncher-6ccc7e77f918503125c363eb8ac9455aa9fc095e.tar.bz2 PrismLauncher-6ccc7e77f918503125c363eb8ac9455aa9fc095e.zip |
Basic, unfinished & broken impl
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
Diffstat (limited to 'launcher/ui/InstanceWindow.cpp')
-rw-r--r-- | launcher/ui/InstanceWindow.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/launcher/ui/InstanceWindow.cpp b/launcher/ui/InstanceWindow.cpp index c62b370f..d9a21f6f 100644 --- a/launcher/ui/InstanceWindow.cpp +++ b/launcher/ui/InstanceWindow.cpp @@ -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(); |