diff --git a/TODO.org b/TODO.org index 086572f..9c291b1 100644 --- a/TODO.org +++ b/TODO.org @@ -7,6 +7,10 @@ ** PROJ [#A] Make Presentation Window follow the presenter component :core: [[file:~/dev/church-presenter/src/qml/presenter/MainWindow.qml::Presenter.Slide {]] +Starting this by creating a slide singleton that will carry the variables for the current visible slide in the presentation. + +May need to think about making this a slide class for all possible slides and a presentation singleton which carries the slide, but first I'll work out if this implementation works instead. + ** TODO Need to make =getLyricList= give back the verses with empty lines as separate slides :core: [[file:~/dev/church-presenter/src/songsqlmodel.cpp:://TODO make sure to split empty line in verse into two slides]]