Fix namespacing for RangeModel in ScrollBar
This commit is contained in:
parent
f0e6ab494d
commit
36564796d0
@ -21,6 +21,7 @@
|
|||||||
import QtQuick 2.0
|
import QtQuick 2.0
|
||||||
import org.kde.plasma.core 0.1 as PlasmaCore
|
import org.kde.plasma.core 0.1 as PlasmaCore
|
||||||
import "private" as Private
|
import "private" as Private
|
||||||
|
import org.kde.plasma.components 0.1 as PlasmaComponents
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A simple Scroll Bar using the plasma theme.
|
* A simple Scroll Bar using the plasma theme.
|
||||||
@ -145,7 +146,7 @@ Item {
|
|||||||
onYChanged: updateFromHandleTimer.running = true
|
onYChanged: updateFromHandleTimer.running = true
|
||||||
onXChanged: updateFromHandleTimer.running = true
|
onXChanged: updateFromHandleTimer.running = true
|
||||||
}
|
}
|
||||||
RangeModel {
|
PlasmaComponents.RangeModel {
|
||||||
id: range
|
id: range
|
||||||
|
|
||||||
minimumValue: 0
|
minimumValue: 0
|
||||||
|
Loading…
Reference in New Issue
Block a user