mirror of
https://github.com/muesli/telephant
synced 2025-02-16 19:48:24 +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 2.2
|
||||||
import QtQuick.Controls.Material 2.1
|
import QtQuick.Controls.Material 2.1
|
||||||
|
|
||||||
|
import "componentCreator.js" as ComponentCreator
|
||||||
|
|
||||||
TextEdit
|
TextEdit
|
||||||
{
|
{
|
||||||
property var onClicked: function () {}
|
property var onClicked: function () {}
|
||||||
|
|
Loading…
Add table
Reference in a new issue