Removed unused function in qml

This commit is contained in:
Filippo Cucchetto 2014-12-29 14:12:24 +01:00
parent b3fd45035c
commit 488b70503e
1 changed files with 0 additions and 5 deletions

View File

@ -10,11 +10,6 @@ ApplicationWindow
Component.onCompleted: visible = true
function temp()
{
console.log("temp called")
}
ColumnLayout
{
anchors.fill: parent