From 50a8fdfd73a35574870bab464e8c852dc6ade5d4 Mon Sep 17 00:00:00 2001 From: Frank Richter Date: Thu, 31 Dec 2015 18:21:52 +0100 Subject: [PATCH] QPlatformTheme: Resync StandardPixmap with QStyle::StandardPixmap Change-Id: I17a91c378175dbbe8066bccb94cc93f0a1fd3d71 Reviewed-by: Gabriel de Dietrich --- src/gui/kernel/qplatformtheme.h | 1 + 1 file changed, 1 insertion(+) 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 };