Fix missing style import in the delegate
This commit is contained in:
parent
cbd5cb916f
commit
1493c0adc8
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
import QtQuick 2.0
|
import QtQuick 2.0
|
||||||
import FlightGear.Launcher 1.0
|
import FlightGear.Launcher 1.0
|
||||||
|
import "."
|
||||||
|
|
||||||
Item {
|
Item {
|
||||||
id: root
|
id: root
|
||||||
|
|
Loading…
Reference in a new issue