move to subfolder
This commit is contained in:
parent
2852735d70
commit
e75c86e056
3 changed files with 5 additions and 4 deletions
|
|
@ -1,6 +1,7 @@
|
|||
import QtQuick
|
||||
import Quickshell
|
||||
import "components"
|
||||
import "components/mpris"
|
||||
import "../../config/"
|
||||
|
||||
Scope {
|
||||
|
|
|
|||
|
|
@ -1,15 +1,15 @@
|
|||
import Quickshell
|
||||
import Quickshell.Services.Mpris
|
||||
import QtQuick
|
||||
import "../../../styled/"
|
||||
import "../../../config/"
|
||||
import "../../../../styled/"
|
||||
import "../../../../config/"
|
||||
|
||||
Item {
|
||||
required property MprisPlayer modelData
|
||||
required property int index
|
||||
|
||||
signal nextPlayer()
|
||||
signal previousPlayer()
|
||||
signal nextPlayer
|
||||
signal previousPlayer
|
||||
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
implicitWidth: childrenRect.width
|
||||
Loading…
Add table
Reference in a new issue