summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qmlgraphicswebview.cpp
diff options
context:
space:
mode:
authorYann Bodson <yann.bodson@nokia.com>2009-11-09 07:30:36 (GMT)
committerYann Bodson <yann.bodson@nokia.com>2009-11-09 07:30:36 (GMT)
commit24deeb4640e6439f9f2599c66fb229aa7bfad8af (patch)
tree112651b48a331754c2bc4c96167a5b3c5bd1fce8 /src/declarative/graphicsitems/qmlgraphicswebview.cpp
parentad169129f29f9e8f70158e45341687b5f1de1b3b (diff)
downloadQt-24deeb4640e6439f9f2599c66fb229aa7bfad8af.zip
Qt-24deeb4640e6439f9f2599c66fb229aa7bfad8af.tar.gz
Qt-24deeb4640e6439f9f2599c66fb229aa7bfad8af.tar.bz2
remove unneeded constructors
Diffstat (limited to 'src/declarative/graphicsitems/qmlgraphicswebview.cpp')
-rw-r--r--src/declarative/graphicsitems/qmlgraphicswebview.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/declarative/graphicsitems/qmlgraphicswebview.cpp b/src/declarative/graphicsitems/qmlgraphicswebview.cpp
index 214117f..827144d 100644
--- a/src/declarative/graphicsitems/qmlgraphicswebview.cpp
+++ b/src/declarative/graphicsitems/qmlgraphicswebview.cpp
@@ -260,12 +260,6 @@ QmlGraphicsWebView::QmlGraphicsWebView(QmlGraphicsItem *parent)
init();
}
-QmlGraphicsWebView::QmlGraphicsWebView(QmlGraphicsWebViewPrivate &dd, QmlGraphicsItem *parent)
- : QmlGraphicsPaintedItem(dd, parent)
-{
- init();
-}
-
QmlGraphicsWebView::~QmlGraphicsWebView()
{
Q_D(QmlGraphicsWebView);