ca92b35948
Moved from aports/main to aports/luna, so we can disable the entire folder from building in the binary repository: * qt5-qtwebengine * postmarketos-ui-luna
23 lines
761 B
Diff
23 lines
761 B
Diff
From bfd5e19fea1315d10b3217acaf92dfc32018ad03 Mon Sep 17 00:00:00 2001
|
|
From: Cleiton Bueno <cleitonrbueno@gmail.com>
|
|
Date: Thu, 24 Dec 2015 15:59:51 -0200
|
|
Subject: [PATCH] Include dependency to QCoreApplication::translate()
|
|
|
|
Signed-off-by: Cleiton Bueno <cleitonrbueno@gmail.com>
|
|
---
|
|
src/core/media_capture_devices_dispatcher.h | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
diff --git a/src/core/media_capture_devices_dispatcher.h b/src/core/media_capture_devices_dispatcher.h
|
|
index c378c327..1d33d956 100644
|
|
--- a/src/core/media_capture_devices_dispatcher.h
|
|
+++ b/src/core/media_capture_devices_dispatcher.h
|
|
@@ -45,6 +45,8 @@
|
|
#include <list>
|
|
#include <map>
|
|
|
|
+#include <QCoreApplication>
|
|
+
|
|
#include "web_contents_adapter_client.h"
|
|
|
|
#include "base/callback.h"
|