Use protected inheritance for BasePageProvider

Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
TheKodeToad 2023-08-02 20:24:15 +01:00
parent 40c614b3a5
commit 8b3c465a50
No known key found for this signature in database
GPG Key ID: 5E39D70B4C93C38E

View File

@ -26,7 +26,7 @@ class PageContainer;
class PackProfile;
class QDialogButtonBox;
class InstallLoaderDialog final : public QDialog, public BasePageProvider {
class InstallLoaderDialog final : public QDialog, protected BasePageProvider {
Q_OBJECT
public: