summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Eichenberger <stefan.eichenberger@toradex.com>2022-11-18 21:26:38 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2022-12-07 15:34:48 +0100
commitab46a8cd3e5e636942d4b2c4779a5e34f2d6ba53 (patch)
tree06174371258dfd537bb4b4e502d801925ff89ca7
parent894e7b73fe924b16ed543bca162f5794e294b51e (diff)
qt5: examples: cinematicexperience: Fix patch formating
The fix-fullscreen-mode.patch is formated incorrectly. This leads to a build failure. This patch fixes it. Related-to: ELB-4884 Signed-off-by: Stefan Eichenberger <stefan.eichenberger@toradex.com> (cherry picked from commit 842174e46db477167f44870160edadb46c7a3468) Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--qt5-layer/recipes-qt/examples/cinematicexperience/fix-fullscreen-mode.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/qt5-layer/recipes-qt/examples/cinematicexperience/fix-fullscreen-mode.patch b/qt5-layer/recipes-qt/examples/cinematicexperience/fix-fullscreen-mode.patch
index a7a6846..a82dc40 100644
--- a/qt5-layer/recipes-qt/examples/cinematicexperience/fix-fullscreen-mode.patch
+++ b/qt5-layer/recipes-qt/examples/cinematicexperience/fix-fullscreen-mode.patch
@@ -1,5 +1,5 @@
---- main.cpp.orig 2022-11-16 15:25:11.221100107 +0100
-+++ main.cpp 2022-11-18 09:30:01.084064039 +0100
+--- a/main.cpp 2022-11-16 15:25:11.221100107 +0100
++++ b/main.cpp 2022-11-18 09:30:01.084064039 +0100
@@ -1,5 +1,22 @@
#include <QGuiApplication>
#include <QQuickView>