mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-09-16 20:21:56 +02:00
24 lines
761 B
Diff
24 lines
761 B
Diff
From 0101ed343c6f6eb652c5992ed2279ddd5c6d5969 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 579d159a..0904c468 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"
|