summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxwebview.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/fx/qfxwebview.h')
-rw-r--r--src/declarative/fx/qfxwebview.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/declarative/fx/qfxwebview.h b/src/declarative/fx/qfxwebview.h
index f5fd721..ab20281 100644
--- a/src/declarative/fx/qfxwebview.h
+++ b/src/declarative/fx/qfxwebview.h
@@ -139,7 +139,6 @@ public:
QAction *forwardAction() const;
QAction *stopAction() const;
- virtual void dump(int depth);
virtual QString propertyInfo() const;
QWebPage *page() const;
@@ -160,6 +159,9 @@ public:
QString status() const;
+ int cacheSize() const;
+ void setCacheSize(int pixels);
+
Q_SIGNALS:
void idealWidthChanged();
void idealHeightChanged();
@@ -204,7 +206,7 @@ private:
void init();
virtual void componentComplete();
Q_DISABLE_COPY(QFxWebView)
- Q_DECLARE_PRIVATE(QFxWebView)
+ Q_DECLARE_PRIVATE_D(QGraphicsItem::d_ptr, QFxWebView)
};
QT_END_NAMESPACE