From 87854d897edb1760e80a3f8178c398c1d06cfcf2 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Fri, 23 Sep 2022 06:39:46 -0500 Subject: [PATCH] adding comment --- src/qml/presenter/MainWindow.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/qml/presenter/MainWindow.qml b/src/qml/presenter/MainWindow.qml index 349e761..f72ceb2 100644 --- a/src/qml/presenter/MainWindow.qml +++ b/src/qml/presenter/MainWindow.qml @@ -138,6 +138,8 @@ Controls.Page { presentation.itemType = item.type; print("Time to start changing"); + // This determines if pdf and gives slide the right + // page count to use. if (item.type == "pres") SlideObject.changeSlide(item); else