Removed unused function in qml
This commit is contained in:
parent
b3fd45035c
commit
488b70503e
|
@ -10,11 +10,6 @@ ApplicationWindow
|
||||||
|
|
||||||
Component.onCompleted: visible = true
|
Component.onCompleted: visible = true
|
||||||
|
|
||||||
function temp()
|
|
||||||
{
|
|
||||||
console.log("temp called")
|
|
||||||
}
|
|
||||||
|
|
||||||
ColumnLayout
|
ColumnLayout
|
||||||
{
|
{
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
|
Loading…
Reference in New Issue