Added new QML item for displaying the information of a comic.

This commit is contained in:
Luis Ángel San Martín 2016-03-28 19:21:41 +02:00
parent 6b3d5b04d7
commit 0318b87697
2 changed files with 6 additions and 0 deletions

View File

@ -11,5 +11,6 @@
<file>qml/info-indicator.png</file>
<file>qml/info-shadow.png</file>
<file>qml/info-top-shadow.png</file>
<file>qml/ComicInfo.qml</file>
</qresource>
</RCC>

View File

@ -0,0 +1,5 @@
import QtQuick 2.0
Item {
}