summaryrefslogtreecommitdiffstats
path: root/src/widgets/dialogs/qcolordialog_p.h
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@digia.com>2013-06-27 13:31:34 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-07-03 12:30:22 +0200
commit17fe17d525ffde65fcbe88c6ade539ab8bca1772 (patch)
treedc380966d6fb3e090fe38ba56d2c308462065c8c /src/widgets/dialogs/qcolordialog_p.h
parentbc03e80f9a6686d67744045f4015623c6ee79c2a (diff)
Set correct cell when selecting custom color cell with arrow keys
Correct cell is now set when selecting a custom color cell with arrow keys so that the custom coor is actually added to the selected cell (as with mouse events). Task-number: QTBUG-32054 Change-Id: Ic271a0be76070b4f5364954b2dfe464964c1380b Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
Diffstat (limited to 'src/widgets/dialogs/qcolordialog_p.h')
-rw-r--r--src/widgets/dialogs/qcolordialog_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/widgets/dialogs/qcolordialog_p.h b/src/widgets/dialogs/qcolordialog_p.h
index 900b38fc61..695e95d26c 100644
--- a/src/widgets/dialogs/qcolordialog_p.h
+++ b/src/widgets/dialogs/qcolordialog_p.h
@@ -98,6 +98,7 @@ public:
void _q_newHsv(int h, int s, int v);
void _q_newColorTypedIn(QRgb rgb);
+ void _q_nextCustom(int, int);
void _q_newCustom(int, int);
void _q_newStandard(int, int);