Hopefully fix codeql

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97 2024-03-20 08:24:40 +02:00
parent 5f8269f5e1
commit 703470e57d
No known key found for this signature in database
GPG Key ID: 55EF5DA53DB36318

View File

@ -27,7 +27,7 @@ class PackProfile;
class QDialogButtonBox;
namespace Java {
class InstallDialog final : public QDialog, protected BasePageProvider {
class InstallDialog final : public QDialog, public BasePageProvider {
Q_OBJECT
public: