summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxwebview.h
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-08-25 23:17:04 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-08-25 23:17:04 (GMT)
commit94a4d1918d5fe0d6d094b3f3cbc9e763a50bb19f (patch)
tree058b8557aea06923903555052e85ec14dc448a26 /src/declarative/fx/qfxwebview.h
parent48e8644b148fbd6942a44e7492ba9fd7cde703c1 (diff)
downloadQt-94a4d1918d5fe0d6d094b3f3cbc9e763a50bb19f.zip
Qt-94a4d1918d5fe0d6d094b3f3cbc9e763a50bb19f.tar.gz
Qt-94a4d1918d5fe0d6d094b3f3cbc9e763a50bb19f.tar.bz2
Avoid shadowing QWebPage::view().
Diffstat (limited to 'src/declarative/fx/qfxwebview.h')
-rw-r--r--src/declarative/fx/qfxwebview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/fx/qfxwebview.h b/src/declarative/fx/qfxwebview.h
index 40c86b4..d7c9fd0 100644
--- a/src/declarative/fx/qfxwebview.h
+++ b/src/declarative/fx/qfxwebview.h
@@ -70,7 +70,7 @@ public:
protected:
QObject *createPlugin(const QString &classid, const QUrl &url, const QStringList &paramNames, const QStringList &paramValues);
private:
- QFxWebView *view();
+ QFxWebView *viewItem();
};