diff options
Diffstat (limited to 'recipes-qt/qt5/qtwebengine/0005-Include-dependency-to-QCoreApplication-translate.patch')
| -rw-r--r-- | recipes-qt/qt5/qtwebengine/0005-Include-dependency-to-QCoreApplication-translate.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/recipes-qt/qt5/qtwebengine/0005-Include-dependency-to-QCoreApplication-translate.patch b/recipes-qt/qt5/qtwebengine/0005-Include-dependency-to-QCoreApplication-translate.patch deleted file mode 100644 index 27bd141d..00000000 --- a/recipes-qt/qt5/qtwebengine/0005-Include-dependency-to-QCoreApplication-translate.patch +++ /dev/null | |||
| @@ -1,23 +0,0 @@ | |||
| 1 | From 4105c12d6f91171934f60b4dbb74b1ca7a9a3eb2 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Cleiton Bueno <cleitonrbueno@gmail.com> | ||
| 3 | Date: Thu, 24 Dec 2015 15:59:51 -0200 | ||
| 4 | Subject: [PATCH] Include dependency to QCoreApplication::translate() | ||
| 5 | |||
| 6 | Signed-off-by: Cleiton Bueno <cleitonrbueno@gmail.com> | ||
| 7 | --- | ||
| 8 | src/core/media_capture_devices_dispatcher.h | 2 ++ | ||
| 9 | 1 file changed, 2 insertions(+) | ||
| 10 | |||
| 11 | diff --git a/src/core/media_capture_devices_dispatcher.h b/src/core/media_capture_devices_dispatcher.h | ||
| 12 | index b13a9da..8a54cce 100644 | ||
| 13 | --- a/src/core/media_capture_devices_dispatcher.h | ||
| 14 | +++ b/src/core/media_capture_devices_dispatcher.h | ||
| 15 | @@ -46,6 +46,8 @@ | ||
| 16 | #include <map> | ||
| 17 | #include <QtCore/qcompilerdetection.h> | ||
| 18 | |||
| 19 | +#include <QCoreApplication> | ||
| 20 | + | ||
| 21 | #include "web_contents_adapter_client.h" | ||
| 22 | |||
| 23 | #include "base/callback.h" | ||
