diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-06-23 04:21:45 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-06-23 05:52:02 (GMT) |
commit | c1283b68d5b02afb5f225d455ae057753b91a5b9 (patch) | |
tree | b87644e9d326c5101b2c467c06d84a723e09ed53 /src/declarative/fx/qfxwebview.cpp | |
parent | 5d5ead94bc79a5364d8685707711673f5dc1a35a (diff) | |
download | Qt-c1283b68d5b02afb5f225d455ae057753b91a5b9.zip Qt-c1283b68d5b02afb5f225d455ae057753b91a5b9.tar.gz Qt-c1283b68d5b02afb5f225d455ae057753b91a5b9.tar.bz2 |
Remove simple canvas
Diffstat (limited to 'src/declarative/fx/qfxwebview.cpp')
-rw-r--r-- | src/declarative/fx/qfxwebview.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/declarative/fx/qfxwebview.cpp b/src/declarative/fx/qfxwebview.cpp index 91579e9..a9cb673 100644 --- a/src/declarative/fx/qfxwebview.cpp +++ b/src/declarative/fx/qfxwebview.cpp @@ -55,7 +55,6 @@ #include "qmlstate.h" #include "qfxtransform.h" #include "qfxscalegrid.h" -#include "qsimplecanvas.h" #include "qlistmodelinterface.h" #include "qfxwebview.h" @@ -535,13 +534,6 @@ void QFxWebView::setCacheSize(int pixels) d->max_imagecache_size = pixels; } -void QFxWebView::dump(int depth) -{ - QByteArray ba(depth * 4, ' '); - qWarning() << ba.constData() << "url:" << url(); - QFxPaintedItem::dump(depth); -} - void QFxWebView::drawContents(QPainter *p, const QRect &r) { page()->mainFrame()->render(p,r); |