summaryrefslogtreecommitdiffstats
path: root/src/openvg/qpixmapdata_vg_p.h
diff options
context:
space:
mode:
authorJani Hautakangas <jani.hautakangas@nokia.com>2010-10-29 10:23:45 (GMT)
committerJani Hautakangas <jani.hautakangas@nokia.com>2010-10-29 10:48:55 (GMT)
commit7955c4351e163a98d78cf419b44ab6ce231cb6dc (patch)
tree466a5c5e30f435dff7f28d15a795af0adda89b1e /src/openvg/qpixmapdata_vg_p.h
parent30524cf5c745d07372b66df90235bab0080148a3 (diff)
downloadQt-7955c4351e163a98d78cf419b44ab6ce231cb6dc.zip
Qt-7955c4351e163a98d78cf419b44ab6ce231cb6dc.tar.gz
Qt-7955c4351e163a98d78cf419b44ab6ce231cb6dc.tar.bz2
Revert function renaming in QtOpenVG.
Functions were accidentally thought to be in private scope. Renaming broke BC. Reviewed-by: Jason Barron
Diffstat (limited to 'src/openvg/qpixmapdata_vg_p.h')
-rw-r--r--src/openvg/qpixmapdata_vg_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/openvg/qpixmapdata_vg_p.h b/src/openvg/qpixmapdata_vg_p.h
index b8f01eb..7ffdc85 100644
--- a/src/openvg/qpixmapdata_vg_p.h
+++ b/src/openvg/qpixmapdata_vg_p.h
@@ -171,8 +171,8 @@ protected:
void forceToImage();
QImage::Format sourceFormat() const;
- void destroyVGImageAndVGContext();
- void destroyVGImages();
+ void destroyImageAndContext();
+ void destroyImages();
};
QT_END_NAMESPACE