1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-15 06:52:34 +02:00

Remove no longer needed GifWallpaperMain.qml

This is now a dedicated wallpaper type
This commit is contained in:
Elias Steurer 2020-12-11 15:13:39 +01:00
parent 453bd77ba8
commit cf40637d46
2 changed files with 0 additions and 15 deletions

View File

@ -87,6 +87,5 @@
<file>qml/Create/WizardsFiles/HTMLWallpaperMain.html</file>
<file>qml/Create/WizardsFiles/HTMLWidgetMain.html</file>
<file>qml/Common/LicenseSelector.qml</file>
<file>qml/Create/WizardsFiles/GifWallpaperMain.qml</file>
</qresource>
</RCC>

View File

@ -1,14 +0,0 @@
import QtQuick 2.14
Item {
id: root
property url source
AnimatedImage {
id: animatedImage
source: root.source
anchors.fill: parent
fillMode: Image.PreserveAspectCrop
}
}