formatting
This commit is contained in:
parent
f0ef9ac7b0
commit
82e42ad5c2
3 changed files with 1 additions and 4 deletions
|
|
@ -236,7 +236,6 @@ NBox {
|
||||||
color: Colors.mSurface
|
color: Colors.mSurface
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
|
|
||||||
|
|
||||||
property real progressRatio: {
|
property real progressRatio: {
|
||||||
if (!MediaPlayer.currentPlayer || !MediaPlayer.isPlaying || MediaPlayer.trackLength <= 0) {
|
if (!MediaPlayer.currentPlayer || !MediaPlayer.isPlaying || MediaPlayer.trackLength <= 0) {
|
||||||
return 0
|
return 0
|
||||||
|
|
|
||||||
|
|
@ -214,8 +214,6 @@ QtObject {
|
||||||
scanProcess.existingNetwork = {}
|
scanProcess.existingNetwork = {}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
property Process connectProcess: Process {
|
property Process connectProcess: Process {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue