summaryrefslogtreecommitdiffstats
path: root/WebKit/qt/Api/qgraphicswebview.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/qt/Api/qgraphicswebview.h')
-rw-r--r--WebKit/qt/Api/qgraphicswebview.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/WebKit/qt/Api/qgraphicswebview.h b/WebKit/qt/Api/qgraphicswebview.h
index 77f0359..8620ac5 100644
--- a/WebKit/qt/Api/qgraphicswebview.h
+++ b/WebKit/qt/Api/qgraphicswebview.h
@@ -41,7 +41,6 @@ class QWEBKIT_EXPORT QGraphicsWebView : public QGraphicsWidget {
Q_PROPERTY(QString title READ title NOTIFY titleChanged)
Q_PROPERTY(QIcon icon READ icon NOTIFY iconChanged)
Q_PROPERTY(qreal zoomFactor READ zoomFactor WRITE setZoomFactor)
- Q_PROPERTY(QSize deviceSize READ deviceSize WRITE setDeviceSize)
Q_PROPERTY(QUrl url READ url WRITE setUrl NOTIFY urlChanged)
@@ -65,9 +64,6 @@ public:
qreal zoomFactor() const;
void setZoomFactor(qreal);
- QSize deviceSize() const;
- void setDeviceSize(const QSize&);
-
bool isModified() const;
void load(const QUrl& url);