From 3d5eb94ffd5775394dd826c23a13d7edb11fe2d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Sun, 10 Apr 2016 20:06:52 +0200 Subject: [PATCH] Added a property to ComicInfo for storing the model information. --- YACReaderLibrary/qml/ComicInfo.qml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/YACReaderLibrary/qml/ComicInfo.qml b/YACReaderLibrary/qml/ComicInfo.qml index 30c9d239..a3358e3c 100644 --- a/YACReaderLibrary/qml/ComicInfo.qml +++ b/YACReaderLibrary/qml/ComicInfo.qml @@ -5,6 +5,8 @@ import QtQuick.Layouts 1.2 import QtGraphicalEffects 1.0 +import com.yacreader.ComicInfo 1.0 + Rectangle { color : "transparent" @@ -23,6 +25,8 @@ Rectangle { property bool compact : width <= 650 + property ComicInfo comicInfo + RowLayout { id:main_layout