summaryrefslogtreecommitdiffstats
path: root/tests/manual/dialogs/colordialogpanel.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/dialogs/colordialogpanel.h')
-rw-r--r--tests/manual/dialogs/colordialogpanel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/manual/dialogs/colordialogpanel.h b/tests/manual/dialogs/colordialogpanel.h
index ea2dff97e0..06eff59945 100644
--- a/tests/manual/dialogs/colordialogpanel.h
+++ b/tests/manual/dialogs/colordialogpanel.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 COLORDIALOGPANEL_H
#define COLORDIALOGPANEL_H
@@ -21,7 +21,7 @@ public:
public slots:
void execModal();
- void showModal();
+ void showModal(Qt::WindowModality modality);
void showNonModal();
void deleteNonModalDialog();
void deleteModalDialog();