attempting to modernize the VideoEditor.qml

This commit is contained in:
Chris Cochrun 2023-04-17 17:08:33 -05:00
parent 1a9b7b0bd7
commit 90f551edff
3 changed files with 109 additions and 107 deletions

View file

@ -268,7 +268,7 @@ void MpvObject::doUpdate()
void MpvObject::command(const QVariant& params)
{
qDebug() << params;
// qDebug() << params;
mpv::qt::command(mpv, params);
}