From 7c6e5cf314d5cdd598c0c78d37c112961c453063 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Tue, 6 Sep 2022 20:36:16 -0500 Subject: [PATCH] adding todo for video work --- TODO.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TODO.org b/TODO.org index 8af70be..fb7059e 100644 --- a/TODO.org +++ b/TODO.org @@ -6,6 +6,8 @@ * Inbox ** 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]] +** TODO VideoSQL Model and SQLite system needs fixing +[[file:src/videosqlmodel.cpp::if (!query.exec("CREATE TABLE IF NOT EXISTS 'videos' ("]] ** TODO Build out a slide preview system so we can see each slide in the song or image slideshow :ui: [[file:~/dev/church-presenter/src/qml/presenter/SongEditor.qml::Presenter.SlideEditor {]]