attempting to modernize the VideoEditor.qml
This commit is contained in:
parent
1a9b7b0bd7
commit
90f551edff
3 changed files with 109 additions and 107 deletions
|
@ -268,7 +268,7 @@ void MpvObject::doUpdate()
|
|||
|
||||
void MpvObject::command(const QVariant& params)
|
||||
{
|
||||
qDebug() << params;
|
||||
// qDebug() << params;
|
||||
mpv::qt::command(mpv, params);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue