diff --git a/qml/sailfish-python.qml b/qml/sailfish-python.qml index 34037d0..879d6f4 100644 --- a/qml/sailfish-python.qml +++ b/qml/sailfish-python.qml @@ -16,7 +16,7 @@ ApplicationWindow { py.addImportPath(Qt.resolvedUrl('../src/pyPackages/pillow-i686')); } py.importModule('main',function(){ - py.call("helloworld",[]) + py.call("main.helloWorld",[]) pageStack.push(Qt.resolvedUrl("Main.qml")) }) }