summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Richter <frank.richter@gmail.com>2015-12-31 18:21:52 +0100
committerFrank Richter <foobarres@codereview.qt-project.org>2015-12-31 18:03:42 +0000
commit50a8fdfd73a35574870bab464e8c852dc6ade5d4 (patch)
tree48eebd9bd24e5ccb61e0726d510231daae3ce346
parent1f7dcbfd7d0075021e3c8842542f6d233727b0d5 (diff)
QPlatformTheme: Resync StandardPixmap with QStyle::StandardPixmap
Change-Id: I17a91c378175dbbe8066bccb94cc93f0a1fd3d71 Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@theqtcompany.com>
-rw-r--r--src/gui/kernel/qplatformtheme.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/kernel/qplatformtheme.h b/src/gui/kernel/qplatformtheme.h
index 2bd35491fb..71f5fea820 100644
--- a/src/gui/kernel/qplatformtheme.h
+++ b/src/gui/kernel/qplatformtheme.h
@@ -240,6 +240,7 @@ public:
MediaSeekBackward,
MediaVolume,
MediaVolumeMuted,
+ LineEditClearButton,
// do not add any values below/greater than this
CustomBase = 0xf0000000
};