summaryrefslogtreecommitdiffstats
path: root/tests/manual/dialogs/wizardpanel.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/dialogs/wizardpanel.h')
-rw-r--r--tests/manual/dialogs/wizardpanel.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/manual/dialogs/wizardpanel.h b/tests/manual/dialogs/wizardpanel.h
index d17f4dee8a..42765aeaef 100644
--- a/tests/manual/dialogs/wizardpanel.h
+++ b/tests/manual/dialogs/wizardpanel.h
@@ -1,5 +1,5 @@
// Copyright (C) 2016 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#ifndef WIZARDPANEL_H
#define WIZARDPANEL_H
@@ -19,7 +19,8 @@ public:
explicit WizardPanel(QWidget *parent = nullptr);
public slots:
- void showModal();
+ void execModal();
+ void showModal(Qt::WindowModality modality);
void showNonModal();
void showEmbedded();