mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-07 03:22:33 +01:00
Remove no longer needed GifWallpaperMain.qml
This is now a dedicated wallpaper type
This commit is contained in:
parent
453bd77ba8
commit
cf40637d46
@ -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>
|
||||
|
@ -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
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user