summaryrefslogtreecommitdiffstats
path: root/tests/manual/dialogs/colordialogpanel.h
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@digia.com>2013-02-04 16:20:01 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-02-07 01:22:40 +0100
commitee317360e305c75b8a0050b9344895eb6990cfff (patch)
tree094d901ed3e081e8b5d5c7092cb6bd68bdc04a4f /tests/manual/dialogs/colordialogpanel.h
parent0de3ea6554bbf19aec66498e4c9345d5777d9edc (diff)
QColorDialog manual test: add initial color selection
Change-Id: I956404af728ef0d70977f6c69b1059b3656edd91 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@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 2aa06b98d4..bcd2cf6e52 100644
--- a/tests/manual/dialogs/colordialogpanel.h
+++ b/tests/manual/dialogs/colordialogpanel.h
@@ -45,6 +45,7 @@
#include <QPointer>
#include <QColorDialog>
+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;