summaryrefslogtreecommitdiffstats
path: root/src/svg/qsvghandler_p.h
diff options
context:
space:
mode:
authorKim Motoyoshi Kalland <kim.kalland@nokia.com>2009-09-10 08:39:42 (GMT)
committerKim Motoyoshi Kalland <kim.kalland@nokia.com>2009-09-10 08:46:42 (GMT)
commit53b4b458982fd9520ac710843fd5b68780adf159 (patch)
treea646e0fafa0e39bc808bff1721336af880e8ee4c /src/svg/qsvghandler_p.h
parent0adc0bc91d0745177a30ce5899583f5e127d01b9 (diff)
downloadQt-53b4b458982fd9520ac710843fd5b68780adf159.zip
Qt-53b4b458982fd9520ac710843fd5b68780adf159.tar.gz
Qt-53b4b458982fd9520ac710843fd5b68780adf159.tar.bz2
Fixed handling of stop-color="currentColor" in the SVG module.
The 'color' attribute is now explicitly parsed for gradient nodes. Task-number: 260921 Reviewed-by: Trond
Diffstat (limited to 'src/svg/qsvghandler_p.h')
-rw-r--r--src/svg/qsvghandler_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/svg/qsvghandler_p.h b/src/svg/qsvghandler_p.h
index 1b31677..aff6f1d 100644
--- a/src/svg/qsvghandler_p.h
+++ b/src/svg/qsvghandler_p.h
@@ -111,6 +111,8 @@ public:
LengthType defaultCoordinateSystem() const;
void pushColor(const QColor &color);
+ void pushColorCopy();
+ void popColor();
QColor currentColor() const;
void setInStyle(bool b);