adding song_editor and trying to embed song_model to it

This commit is contained in:
Chris Cochrun 2023-10-06 08:35:02 -05:00
parent 19e3c71ff2
commit e1a6e65295
4 changed files with 62 additions and 15 deletions

View file

@ -222,6 +222,7 @@ int main(int argc, char *argv[])
qmlRegisterType<ImageProxyModel>("org.presenter", 1, 0, "ImageProxyModel");
qmlRegisterType<PresentationProxyModel>("org.presenter", 1, 0, "PresentationProxyModel");
qmlRegisterType<SongModel>("org.presenter", 1, 0, "SongModel");
qmlRegisterType<SongEditor>("org.presenter", 1, 0, "SongEditor");
qmlRegisterType<VideoModel>("org.presenter", 1, 0, "VideoModel");
qmlRegisterType<ImageModel>("org.presenter", 1, 0, "ImageModel");
qmlRegisterType<PresentationModel>("org.presenter", 1, 0, "PresentationModel");