summaryrefslogtreecommitdiffstats
path: root/src/core/render_widget_host_view_qt_delegate.h
diff options
context:
space:
mode:
authorJüri Valdmann <juri.valdmann@qt.io>2020-07-08 12:52:05 +0200
committerJüri Valdmann <juri.valdmann@qt.io>2020-07-15 14:38:49 +0200
commit561d82242f67bb9b0520bfa04f05623f359171e2 (patch)
tree95701c385b77647bd4b0c3426b5813cf27649a93 /src/core/render_widget_host_view_qt_delegate.h
parent333a302974216a8f943696f7916a4a944f89b51b (diff)
Delete copySurface method from RWHVQDelegate
Not used anymore. Change-Id: I234012c9c611c0dce4d1d2f83e9222e60207f630 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'src/core/render_widget_host_view_qt_delegate.h')
-rw-r--r--src/core/render_widget_host_view_qt_delegate.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/render_widget_host_view_qt_delegate.h b/src/core/render_widget_host_view_qt_delegate.h
index f5227bd52..dfbd3b26a 100644
--- a/src/core/render_widget_host_view_qt_delegate.h
+++ b/src/core/render_widget_host_view_qt_delegate.h
@@ -85,7 +85,6 @@ public:
virtual void inputMethodStateChanged(bool editorVisible, bool passwordInput) = 0;
virtual void setInputMethodHints(Qt::InputMethodHints hints) = 0;
virtual void setClearColor(const QColor &color) = 0;
- virtual bool copySurface(const QRect &, const QSize &, QImage &) = 0;
virtual void unhandledWheelEvent(QWheelEvent *) {}
};