mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-09-16 20:21:56 +02:00
* drop nobranch=1 again * update the branches and tags on meta-qt5/qt* forks and the tag name in recipes * use latest revision in 5.11 branch instead of 5.11.2 which might be removed again Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
24 lines
761 B
Diff
24 lines
761 B
Diff
From d61b28affb7d895e12dfa0e0390c488ec3b2a1f8 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"
|