mirror of
https://github.com/muesli/telephant
synced 2024-11-22 19:33:06 +00:00
Fix missing component creator import
This commit is contained in:
parent
796edb02f5
commit
7aec7075bb
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@ import QtQuick 2.5
|
|||
import QtQuick.Controls 2.2
|
||||
import QtQuick.Controls.Material 2.1
|
||||
|
||||
import "componentCreator.js" as ComponentCreator
|
||||
|
||||
TextEdit
|
||||
{
|
||||
property var onClicked: function () {}
|
||||
|
|
Loading…
Reference in a new issue