summaryrefslogtreecommitdiffstats
path: root/src/gui/painting/painting.pri
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2015-02-11 11:12:43 +0100
committerAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2015-03-10 12:27:54 +0000
commite2c91dd77bd85cdcb8e316a0f582e4f36ea4bcfb (patch)
tree5eabdd03dd9a41523d09eaf3d51265d80d3b6b83 /src/gui/painting/painting.pri
parent395e205f2f51620212b8a8d710a02b5daf5e97b5 (diff)
Introduce QRgba64 structure for 64bit RGBA values
This structure is meant to replace QRgb where higher precision is needed. Change-Id: I49d441e2133371a8b91c2e6af0c137bcc5fcb9ed Reviewed-by: Gunnar Sletta <gunnar@sletta.org>
Diffstat (limited to 'src/gui/painting/painting.pri')
-rw-r--r--src/gui/painting/painting.pri1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/painting/painting.pri b/src/gui/painting/painting.pri
index 6ee1beaa3c..0507cc128f 100644
--- a/src/gui/painting/painting.pri
+++ b/src/gui/painting/painting.pri
@@ -43,6 +43,7 @@ HEADERS += \
painting/qrasterizer_p.h \
painting/qregion.h \
painting/qrgb.h \
+ painting/qrgba64.h \
painting/qstroker_p.h \
painting/qtextureglyphcache_p.h \
painting/qtransform.h \