Trying to build the song_editor

This commit is contained in:
Chris Cochrun 2023-10-06 17:00:20 -05:00
parent e1a6e65295
commit e1cfa5e843
2 changed files with 29 additions and 7 deletions

View file

@ -48,7 +48,6 @@
#include "cpp/slideobject.h"
// RUST
// #include "cxx-qt-gen/my_object.cxxqt.h"
#include "cxx-qt-gen/service_thing.cxxqt.h"
#include "cxx-qt-gen/file_helper.cxxqt.h"
#include "cxx-qt-gen/slide_obj.cxxqt.h"
@ -61,7 +60,7 @@
#include "cxx-qt-gen/video_model.cxxqt.h"
#include "cxx-qt-gen/image_model.cxxqt.h"
#include "cxx-qt-gen/utilities.cxxqt.h"
// #include "cxx-qt-gen/image_model.cxxqt.h"
#include "cxx-qt-gen/song_editor.cxxqt.h"
static QWindow *windowFromEngine(QQmlApplicationEngine *engine)
{