Skip to content
Commit 7ce4f358 authored by Nate Graham's avatar Nate Graham
Browse files

Make runCommand() with only one argument work as intended

Our documentation specifies this invocation, but it didn't actually work
because on the QML side, the parser errors out if you pass only one
argument, even though on the C++ side the second one is optional.

To fix this, add another method signature that only takes one argument
that just internally calls the other one with an empty string for the
second one.

(cherry picked from commit aa304446)
parent a1d66999
Pipeline #395812 passed with stage
in 41 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment