From ee317360e305c75b8a0050b9344895eb6990cfff Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Mon, 4 Feb 2013 16:20:01 +0100 Subject: QColorDialog manual test: add initial color selection Change-Id: I956404af728ef0d70977f6c69b1059b3656edd91 Reviewed-by: Friedemann Kleint --- tests/manual/dialogs/colordialogpanel.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/manual/dialogs/colordialogpanel.h') diff --git a/tests/manual/dialogs/colordialogpanel.h b/tests/manual/dialogs/colordialogpanel.h index 2aa06b98d4..bcd2cf6e52 100644 --- a/tests/manual/dialogs/colordialogpanel.h +++ b/tests/manual/dialogs/colordialogpanel.h @@ -45,6 +45,7 @@ #include #include +class QComboBox; class QCheckBox; class QPushButton; @@ -71,6 +72,7 @@ private slots: private: void applySettings(QColorDialog *d) const; + QComboBox *m_colorComboBox; QCheckBox *m_showAlphaChannel; QCheckBox *m_noButtons; QCheckBox *m_dontUseNativeDialog; -- cgit v1.2.3