summarylogtreecommitdiffstats
path: root/qml_error.patch
diff options
context:
space:
mode:
authorFelix Kauselmann2019-08-12 23:14:53 +0200
committerFelix Kauselmann2019-08-12 23:14:53 +0200
commita05e75259928c92465524cc7579a64e758f40bd4 (patch)
tree5d4626198ea39d0d0b87634209ca69839aa65f50 /qml_error.patch
parenta3e27ff6d9e11b360f1da23acc5572d162ef60f7 (diff)
downloadaur-a05e75259928c92465524cc7579a64e758f40bd4.tar.gz
Fix placement problem in qml patch
Diffstat (limited to 'qml_error.patch')
-rw-r--r--qml_error.patch3
1 files changed, 2 insertions, 1 deletions
diff --git a/qml_error.patch b/qml_error.patch
index 79611449bd31..e7de9703d50f 100644
--- a/qml_error.patch
+++ b/qml_error.patch
@@ -2,13 +2,14 @@ diff --git a/YACReaderLibrary/qml/GridComicsView.qml b/YACReaderLibrary/qml/Grid
index fd12c3c..17adb73 100644
--- a/YACReaderLibrary/qml/GridComicsView.qml
+++ b/YACReaderLibrary/qml/GridComicsView.qml
-@@ -460,8 +460,7 @@ Rectangle {
+@@ -460,8 +460,8 @@ Rectangle {
}
}
- Component {
- id: currentComicView
+ property Component currentComicView: Component {
++ id: currentComicView
Rectangle {
id: currentComicViewTopView
color: "#00000000"