summaryrefslogtreecommitdiffstats
path: root/src/core/web_contents_adapter_client.h
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2018-05-18 14:11:01 +0000
committerThe Qt Project <gerrit-noreply@qt-project.org>2018-05-18 14:11:01 +0000
commit0559bc08aae56a6a5846120d86d62ddbca5ca4b9 (patch)
tree8c0630fb9d57c4ab1967c982add7052d2a618cd2 /src/core/web_contents_adapter_client.h
parentcfddf26f78e521809a17d4fab5bb7cfe18d3f08e (diff)
parentecc40a888c56bc529cea05a5501dd849c5d572c1 (diff)
Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging/dev
Diffstat (limited to 'src/core/web_contents_adapter_client.h')
-rw-r--r--src/core/web_contents_adapter_client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/web_contents_adapter_client.h b/src/core/web_contents_adapter_client.h
index 2d057160d..1e3f4981b 100644
--- a/src/core/web_contents_adapter_client.h
+++ b/src/core/web_contents_adapter_client.h
@@ -449,6 +449,7 @@ public:
virtual void updateContentsSize(const QSizeF &size) = 0;
virtual void startDragging(const content::DropData &dropData, Qt::DropActions allowedActions,
const QPixmap &pixmap, const QPoint &offset) = 0;
+ virtual bool supportsDragging() const = 0;
virtual bool isEnabled() const = 0;
virtual const QObject *holdingQObject() const = 0;
virtual void setToolTip(const QString& toolTipText) = 0;