Launcher: fix missing import for Style
This commit is contained in:
parent
fe779fc579
commit
1fcd86a8a9
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
import QtQuick 2.0
|
import QtQuick 2.0
|
||||||
|
import "."
|
||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
property alias promptText:prompt.text
|
property alias promptText:prompt.text
|
||||||
|
|
Loading…
Reference in a new issue