summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-11-13 04:32:14 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-11-13 04:32:14 (GMT)
commit08405d50115aaf787f09c7c8151bd10f8b4d02ce (patch)
treeacb9f826bc1d4113535999a82d0430ff25100877 /src/declarative/graphicsitems
parent17b6a9fbfc9de4dae58653b18c26d1ce509e4c21 (diff)
downloadQt-08405d50115aaf787f09c7c8151bd10f8b4d02ce.zip
Qt-08405d50115aaf787f09c7c8151bd10f8b4d02ce.tar.gz
Qt-08405d50115aaf787f09c7c8151bd10f8b4d02ce.tar.bz2
Make 'public' (testable)
Diffstat (limited to 'src/declarative/graphicsitems')
-rw-r--r--src/declarative/graphicsitems/qmlgraphicswebview_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/graphicsitems/qmlgraphicswebview_p.h b/src/declarative/graphicsitems/qmlgraphicswebview_p.h
index 7c9faf4..1d55830 100644
--- a/src/declarative/graphicsitems/qmlgraphicswebview_p.h
+++ b/src/declarative/graphicsitems/qmlgraphicswebview_p.h
@@ -128,6 +128,7 @@ public:
qreal zoomFactor() const;
void setZoomFactor(qreal);
Q_INVOKABLE bool heuristicZoom(int clickX, int clickY, qreal maxzoom);
+ QRect elementAreaAt(int x, int y, int minwidth, int minheight) const;
int preferredWidth() const;
void setPreferredWidth(int);
@@ -223,7 +224,6 @@ protected:
virtual void focusChanged(bool);
virtual bool sceneEvent(QEvent *event);
QmlGraphicsWebView *createWindow(QWebPage::WebWindowType type);
- QRect elementAreaAt(int x, int y, int minwidth, int minheight) const;
private:
void init();