All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Include dependency to QCoreApplication::translate()
@ 2015-12-24 22:14 Cleiton Bueno
  2015-12-30 11:56 ` Martin Jansa
  0 siblings, 1 reply; 2+ messages in thread
From: Cleiton Bueno @ 2015-12-24 22:14 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Cleiton Bueno

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 500fe76..eda2824 100644
--- a/src/core/media_capture_devices_dispatcher.h
+++ b/src/core/media_capture_devices_dispatcher.h
@@ -43,6 +43,8 @@
 #include <map>
 #include <QtCore/qcompilerdetection.h>
 
+#include <QCoreApplication>
+
 #include "web_contents_adapter_client.h"
 
 #include "base/callback.h"
-- 
1.8.1.2



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Include dependency to QCoreApplication::translate()
  2015-12-24 22:14 [PATCH] Include dependency to QCoreApplication::translate() Cleiton Bueno
@ 2015-12-30 11:56 ` Martin Jansa
  0 siblings, 0 replies; 2+ messages in thread
From: Martin Jansa @ 2015-12-30 11:56 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Cleiton Bueno

[-- Attachment #1: Type: text/plain, Size: 1175 bytes --]

On Thu, Dec 24, 2015 at 08:14:02PM -0200, Cleiton Bueno wrote:
> Signed-off-by: Cleiton Bueno <cleitonrbueno@gmail.com>

Where do you want this to be applied? If it's for qtwebengine recipe in
meta-qt5 then you should send change for meta-qt5 repo (which includes 
.patch for qtwebengine), not patch for qtwebengine repo.

> ---
>  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 500fe76..eda2824 100644
> --- a/src/core/media_capture_devices_dispatcher.h
> +++ b/src/core/media_capture_devices_dispatcher.h
> @@ -43,6 +43,8 @@
>  #include <map>
>  #include <QtCore/qcompilerdetection.h>
>  
> +#include <QCoreApplication>
> +
>  #include "web_contents_adapter_client.h"
>  
>  #include "base/callback.h"
> -- 
> 1.8.1.2
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-12-30 11:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-24 22:14 [PATCH] Include dependency to QCoreApplication::translate() Cleiton Bueno
2015-12-30 11:56 ` Martin Jansa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.