better debugging: all print statements are now console.log
This commit is contained in:
parent
d868571d72
commit
d6da3b546c
16 changed files with 109 additions and 109 deletions
|
@ -28,7 +28,7 @@ Window {
|
|||
}
|
||||
|
||||
Component.onCompleted: {
|
||||
print(screen.name);
|
||||
console.log(screen.name);
|
||||
}
|
||||
|
||||
Presenter.Slide {
|
||||
|
@ -71,7 +71,7 @@ Window {
|
|||
}
|
||||
|
||||
function stopVideo() {
|
||||
print("####I STOPPING####");
|
||||
console.log("####I STOPPING####");
|
||||
presentationSlide.stopVideo()
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue