summaryrefslogtreecommitdiffstats
path: root/src/core/file_picker_controller.h
diff options
context:
space:
mode:
authorZeno Albisser <zeno.albisser@theqtcompany.com>2015-03-18 16:00:55 +0100
committerZeno Albisser <zeno.albisser@digia.com>2015-04-01 08:43:41 +0000
commit19dfb1a5c1878f996a8427addb61af39673c0f8b (patch)
tree701bfb2a7a0cbffcff6f0e066d033463aee466e5 /src/core/file_picker_controller.h
parent3ed2314133cca326363b8bef1a5927dfb685e2a0 (diff)
Add missing include to file_picker_controller.h
Change-Id: I8c7b185a062aaf0dd2c02a14f4f7a2fa36db3177 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@theqtcompany.com>
Diffstat (limited to 'src/core/file_picker_controller.h')
-rw-r--r--src/core/file_picker_controller.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/file_picker_controller.h b/src/core/file_picker_controller.h
index ba45b6ca7..347dd11ef 100644
--- a/src/core/file_picker_controller.h
+++ b/src/core/file_picker_controller.h
@@ -39,6 +39,7 @@
#include "qtwebenginecoreglobal.h"
#include <QObject>
+#include <QStringList>
namespace content {
class WebContents;