Commit 74cbf440 authored by Florent Revest's avatar Florent Revest

mapplauncherd-booster-qtcomponents: Don't load removed elements and load new ones

parent 2eca10e3
...@@ -3,13 +3,11 @@ import org.asteroid.controls 1.0 ...@@ -3,13 +3,11 @@ import org.asteroid.controls 1.0
Application { Application {
LayerStack { } LayerStack { }
TimePicker { }
CircularScrollIndicator { } CircularScrollIndicator { }
IconButton { } IconButton { }
ProgressCircle { } ProgressCircle { }
Flickable { } Flickable { }
Switch { } Switch { }
Slider { }
ListView { } ListView { }
GridView { } GridView { }
Text { } Text { }
...@@ -18,5 +16,7 @@ Application { ...@@ -18,5 +16,7 @@ Application {
Timer { } Timer { }
Column { } Column { }
Row { } Row { }
TextField { }
HandWritingKeyboard { }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment