Fix imports for testcomponents applet
This commit is contained in:
parent
61e4b3bbd3
commit
21eb2d7ce5
@ -17,7 +17,9 @@
|
||||
*/
|
||||
|
||||
import QtQuick 2.0
|
||||
import QtQuick.Layouts 1.1
|
||||
|
||||
import org.kde.plasma.plasmoid 2.0
|
||||
import org.kde.plasma.core 2.0 as PlasmaCore
|
||||
import org.kde.plasma.components 2.0 as PlasmaComponents
|
||||
import org.kde.plasma.extras 2.0 as PlasmaExtras
|
||||
@ -36,7 +38,6 @@ Item {
|
||||
|
||||
PlasmaCore.DataSource {
|
||||
id: dataSource
|
||||
|
||||
}
|
||||
|
||||
PlasmaComponents.TabBar {
|
||||
|
Loading…
Reference in New Issue
Block a user