summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativeborderimage_p_p.h
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2010-03-10 04:31:58 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2010-03-10 04:31:58 (GMT)
commit954ff8673c1b9913697ecdeec355f2b0f9e4633a (patch)
tree994f6d39d6e707447b68d2b7be1947f431f68396 /src/declarative/graphicsitems/qdeclarativeborderimage_p_p.h
parent07ed7e7d61b9c8bce86cdb7d763c3697eceafda4 (diff)
downloadQt-954ff8673c1b9913697ecdeec355f2b0f9e4633a.zip
Qt-954ff8673c1b9913697ecdeec355f2b0f9e4633a.tar.gz
Qt-954ff8673c1b9913697ecdeec355f2b0f9e4633a.tar.bz2
URL redirects for border image.
Task-number: QTBUG-7515
Diffstat (limited to 'src/declarative/graphicsitems/qdeclarativeborderimage_p_p.h')
-rw-r--r--src/declarative/graphicsitems/qdeclarativeborderimage_p_p.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/declarative/graphicsitems/qdeclarativeborderimage_p_p.h b/src/declarative/graphicsitems/qdeclarativeborderimage_p_p.h
index b9cf73a..82b9ebf 100644
--- a/src/declarative/graphicsitems/qdeclarativeborderimage_p_p.h
+++ b/src/declarative/graphicsitems/qdeclarativeborderimage_p_p.h
@@ -68,7 +68,8 @@ public:
: border(0), sciReply(0),
sciPendingPixmapCache(false),
horizontalTileMode(QDeclarativeBorderImage::Stretch),
- verticalTileMode(QDeclarativeBorderImage::Stretch)
+ verticalTileMode(QDeclarativeBorderImage::Stretch),
+ redirectCount(0)
{
}
@@ -90,6 +91,7 @@ public:
bool sciPendingPixmapCache;
QDeclarativeBorderImage::TileMode horizontalTileMode;
QDeclarativeBorderImage::TileMode verticalTileMode;
+ int redirectCount;
};
QT_END_NAMESPACE