summaryrefslogtreecommitdiffstats
path: root/src/gui/styles/qs60style_p.h
diff options
context:
space:
mode:
authorSami Merila <sami.merila@nokia.com>2010-03-23 09:39:56 (GMT)
committerSami Merila <sami.merila@nokia.com>2010-03-23 09:39:56 (GMT)
commitdd9c26cba63c54358f3309143b76ae0416f89c78 (patch)
tree5f7733f2333c69acc94838aaf64541bfad357ecb /src/gui/styles/qs60style_p.h
parent781e4d6190362818482864947a90d230fd700b06 (diff)
downloadQt-dd9c26cba63c54358f3309143b76ae0416f89c78.zip
Qt-dd9c26cba63c54358f3309143b76ae0416f89c78.tar.gz
Qt-dd9c26cba63c54358f3309143b76ae0416f89c78.tar.bz2
Remove internal custom pixel metric enums
Use only public custom pixel metrics. Remove the internal enum and switch usage of those to public enum values. Task-number: QTBUG-9247 Reviewed-by: Alessandro Portale
Diffstat (limited to 'src/gui/styles/qs60style_p.h')
-rw-r--r--src/gui/styles/qs60style_p.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/gui/styles/qs60style_p.h b/src/gui/styles/qs60style_p.h
index df6f582..8bb2f7b 100644
--- a/src/gui/styles/qs60style_p.h
+++ b/src/gui/styles/qs60style_p.h
@@ -62,14 +62,6 @@ QT_BEGIN_NAMESPACE
const int MAX_NON_CUSTOM_PIXELMETRICS = 92;
const int CUSTOMVALUESCOUNT = 4;
-//internal custom pixel metrics values, these map to entry in data[] table
-enum {
- PM_Custom_FrameCornerWidth = MAX_NON_CUSTOM_PIXELMETRICS,
- PM_Custom_FrameCornerHeight,
- PM_Custom_BoldLineWidth,
- PM_Custom_ThinLineWidth
- };
-
const int MAX_PIXELMETRICS = MAX_NON_CUSTOM_PIXELMETRICS + CUSTOMVALUESCOUNT;
typedef struct {