summarylogtreecommitdiffstats
path: root/qml_error.patch
blob: e7de9703d50f97c466e47ef5d7a539e4f0ef842f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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,8 @@ Rectangle {
             }
         }
 
-        Component {
-            id: currentComicView
+        property Component currentComicView: Component {
+            id: currentComicView
             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