Remove double blank lines from QML files

This commit is contained in:
miruka
2020-11-15 11:54:30 -04:00
parent 58257c0930
commit eed2cc4818
139 changed files with 0 additions and 162 deletions

View File

@@ -9,7 +9,6 @@ OSD {
property alias source: audioPlayer.source
audioOnly: true
media: audioPlayer

View File

@@ -32,7 +32,6 @@ HColumnLayout {
if (media.seekable) media.seek(pos * (savedDuration || boundPosition))
}
visible: osdScaleTransform.yScale > 0
transform: Scale {

View File

@@ -14,14 +14,12 @@ Video {
implicitWidth: fullScreen ? window.width : 640
implicitHeight: fullScreen ? window.height : (width / osd.savedAspectRatio)
property bool hovered: false
property alias fullScreen: osd.fullScreen
property int oldVisibility: Window.Windowed
property QtObject oldParent: video.parent
onFullScreenChanged: {
if (fullScreen) {
oldVisibility = window.visibility
@@ -40,7 +38,6 @@ Video {
}
}
Connections {
target: mainUI.fullScreenPopup
onClosed: fullScreen = false