From 9f66f6495ad1f91d7cdb1677431069f27bc24f58 Mon Sep 17 00:00:00 2001 From: Sefa Eyeoglu Date: Sat, 29 Jul 2023 11:10:16 +0200 Subject: [PATCH] fix: fix undisciplined multiple inheritance Signed-off-by: Sefa Eyeoglu --- launcher/InstancePageProvider.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/launcher/InstancePageProvider.h b/launcher/InstancePageProvider.h index b4b6e739d..d25cd330e 100644 --- a/launcher/InstancePageProvider.h +++ b/launcher/InstancePageProvider.h @@ -16,9 +16,8 @@ #include "ui/pages/instance/OtherLogsPage.h" #include "ui/pages/instance/WorldListPage.h" #include "ui/pages/instance/ServersPage.h" -#include "ui/pages/instance/GameOptionsPage.h" -class InstancePageProvider : public QObject, public BasePageProvider +class InstancePageProvider : protected QObject, public BasePageProvider { Q_OBJECT public: