Fix namespacing in SectionScroller
This commit is contained in:
parent
af1ca41261
commit
d3ce808a41
@ -41,6 +41,7 @@
|
||||
import QtQuick 2.0
|
||||
import "private/SectionScroller.js" as Sections
|
||||
import org.kde.plasma.core 0.1 as PlasmaCore
|
||||
import "." 0.1 as PlasmaComponents
|
||||
|
||||
/**
|
||||
* Similar to a ScrollBar or a ScrollDecorator.
|
||||
@ -90,7 +91,7 @@ Item {
|
||||
}
|
||||
|
||||
|
||||
RangeModel {
|
||||
PlasmaComponents.RangeModel {
|
||||
id: range
|
||||
|
||||
minimumValue: 0
|
||||
@ -104,7 +105,7 @@ Item {
|
||||
|
||||
}
|
||||
|
||||
ScrollBar {
|
||||
PlasmaComponents.ScrollBar {
|
||||
id: scrollBar
|
||||
flickableItem: listView
|
||||
anchors.fill: parent
|
||||
|
Loading…
x
Reference in New Issue
Block a user