Skip to content

Commit

Permalink
rename to app-encoder.qml
Browse files Browse the repository at this point in the history
  • Loading branch information
rectalogic committed Apr 18, 2024
1 parent 4d1cd42 commit e1eb957
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/MediaFX/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ set_property(TARGET mediafxtool PROPERTY OUTPUT_NAME mediafx)
qt_add_qml_module(mediafx
URI MediaFX
QML_FILES
encoder.qml
app-encoder.qml
VideoRenderer.qml
sequence.js
MediaSequence.qml
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/MediaFX/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ int encoder(QGuiApplication& app, QCommandLineParser& parser)
if (parser.isSet(u"exitOnWarning"_s)) {
QObject::connect(&engine, &QQmlApplicationEngine::objectCreationFailed, renderSession, &RenderSession::fatalError, Qt::QueuedConnection);
}
engine.load(QUrl(u"qrc:/qt/qml/MediaFX/encoder.qml"_s));
engine.load(QUrl(u"qrc:/qt/qml/MediaFX/app-encoder.qml"_s));

return app.exec();
}
Expand Down

0 comments on commit e1eb957

Please sign in to comment.