summarylogtreecommitdiffstats
path: root/qml_error.patch
diff options
context:
space:
mode:
Diffstat (limited to 'qml_error.patch')
-rw-r--r--qml_error.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/qml_error.patch b/qml_error.patch
new file mode 100644
index 000000000000..79611449bd31
--- /dev/null
+++ b/qml_error.patch
@@ -0,0 +1,16 @@
+diff --git a/YACReaderLibrary/qml/GridComicsView.qml b/YACReaderLibrary/qml/GridComicsView.qml
+index fd12c3c..17adb73 100644
+--- a/YACReaderLibrary/qml/GridComicsView.qml
++++ b/YACReaderLibrary/qml/GridComicsView.qml
+@@ -460,8 +460,7 @@ Rectangle {
+ }
+ }
+
+- Component {
+- id: currentComicView
++ property Component currentComicView: Component {
+ Rectangle {
+ id: currentComicViewTopView
+ color: "#00000000"
+diff --git a/common/gl/yacreader_flow_gl.cpp b/common/gl/yacreader_flow_gl.cpp
+index d9da8ae..f292d4e 100644 \ No newline at end of file