summaryrefslogtreecommitdiffstats
path: root/tests/manual/dialogs/colordialogpanel.h
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@digia.com>2014-08-25 16:24:07 +0200
committerShawn Rutledge <shawn.rutledge@digia.com>2014-08-25 17:04:47 +0200
commit0ce707d1d5ac420d9f2639ab82d0ccf9bca02f98 (patch)
tree9d6effc148a511cd82acfa7dc9ee2e7d5d97ffcb /tests/manual/dialogs/colordialogpanel.h
parent9d9ef74a6c260b10cf7ee0ec8837261715d29a5c (diff)
QColorDialog manual test improvements
Show debug output for rejected and currentColorChanged signals, because accepting is not the only scenario to be tested. Task-number: QTBUG-40855 Change-Id: If741ab19392e7d4314e0eff82a939d202ae86b48 Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.com>
Diffstat (limited to 'tests/manual/dialogs/colordialogpanel.h')
-rw-r--r--tests/manual/dialogs/colordialogpanel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/manual/dialogs/colordialogpanel.h b/tests/manual/dialogs/colordialogpanel.h
index 7f2898cea0..33670d0d80 100644
--- a/tests/manual/dialogs/colordialogpanel.h
+++ b/tests/manual/dialogs/colordialogpanel.h
@@ -64,6 +64,8 @@ public slots:
void deleteNonModalDialog();
void deleteModalDialog();
void accepted();
+ void rejected();
+ void currentColorChanged(const QColor & color);
void showAcceptedResult();
void restoreDefaults();