summaryrefslogtreecommitdiffstats
path: root/src/core/web_contents_adapter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/web_contents_adapter.h')
-rw-r--r--src/core/web_contents_adapter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/web_contents_adapter.h b/src/core/web_contents_adapter.h
index 4bad8aa9b..5379afb70 100644
--- a/src/core/web_contents_adapter.h
+++ b/src/core/web_contents_adapter.h
@@ -88,6 +88,7 @@ public:
qreal currentZoomFactor() const;
void enableInspector(bool);
void runJavaScript(const QString &javaScript, const QString &xPath = QString(), JSCallbackBase * = 0);
+ void filesSelectedInChooser(const QStringList &fileList, WebContentsAdapterClient::FileChooserMode);
void dpiScaleChanged();