There is no PlasmaCore.Theme

It's a context property "theme". Today I'm lucky, they were all called
"theme".
This commit is contained in:
Martin Gräßlin 2013-09-05 14:46:39 +02:00
parent 86b9ce67a0
commit d26fcf3188
9 changed files with 0 additions and 35 deletions

View file

@ -41,10 +41,6 @@ Item {
iconsListView.imageId++;
}
PlasmaCore.Theme {
id: theme
}
// just to get the margin sizes
PlasmaCore.FrameSvgItem {
id: hoverItem

View file

@ -70,10 +70,6 @@ Item {
return text;
}
PlasmaCore.Theme {
id: theme
}
// just to get the margin sizes
PlasmaCore.FrameSvgItem {
id: hoverItem

View file

@ -71,10 +71,6 @@ Item {
return text;
}
PlasmaCore.Theme {
id: theme
}
// just to get the margin sizes
PlasmaCore.FrameSvgItem {
id: hoverItem

View file

@ -60,10 +60,6 @@ Item {
visible: false
}
PlasmaCore.Theme {
id: theme
}
GridView {
signal currentIndexChanged(int index)
// used for image provider URL to trick Qt into reloading icons when the model changes

View file

@ -55,10 +55,6 @@ Item {
textListView.imageId++;
}
PlasmaCore.Theme {
id: theme
}
// just to get the margin sizes
PlasmaCore.FrameSvgItem {
id: hoverItem

View file

@ -64,10 +64,6 @@ Item {
visible: false
}
PlasmaCore.Theme {
id: theme
}
ListView {
signal currentIndexChanged(int index)
id: thumbnailListView

View file

@ -46,9 +46,6 @@ Item {
visible: false
}
PlasmaCore.Theme {
id: theme
}
PlasmaCore.Svg {
id: iconsSvg
imagePath: "widgets/configuration-icons"

View file

@ -57,10 +57,6 @@ Item {
desktopClientModel.imageId++;
}
PlasmaCore.Theme {
id: theme
}
// just to get the margin sizes
PlasmaCore.FrameSvgItem {
id: hoverItem

View file

@ -50,10 +50,6 @@ Item {
listView.currentIndex = -1;
}
PlasmaCore.Theme {
id: theme
}
// just to get the margin sizes
PlasmaCore.FrameSvgItem {
id: hoverItem