Load a DataSource - works

This commit is contained in:
Sebastian Kügler 2013-02-15 03:47:07 +01:00
parent 2ef90c4a12
commit 879c0d68bf

View File

@ -31,6 +31,11 @@ Item {
property int _s: 12
property int _h: 32
PlasmaCore.DataSource {
id: dataSource
}
PlasmaComponents.TabBar {
id: tabBar
@ -260,5 +265,6 @@ Item {
Component.onCompleted: {
print("Components Test Applet loaded")
dataSource.engine = "org.kde.foobar"
}
}