File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -99,8 +99,8 @@ class QQmlViewCmdExecutor : public QViewCmdExecutor {
9999 virtual void SetPlayingPosition (const ElementId& element, double , Error** error) NOT_SUPPORTED_IMPL;
100100 virtual void SetMute (const ElementId& element, bool , Error**error) NOT_SUPPORTED_IMPL;
101101 virtual void GetMute (const ElementId& element, bool *, Error**error) NOT_SUPPORTED_IMPL;
102- virtual void SetPlaybackSpeed (const ElementId& element, double , Error**) NOT_SUPPORTED_IMPL;;
103- virtual void GetPlaybackSpeed (const ElementId& element, double *, Error**) NOT_SUPPORTED_IMPL;;
102+ virtual void SetPlaybackSpeed (const ElementId& element, double , Error**error ) NOT_SUPPORTED_IMPL;;
103+ virtual void GetPlaybackSpeed (const ElementId& element, double *, Error**error ) NOT_SUPPORTED_IMPL;;
104104 virtual void VisualizerSource (std::string* source, Error** error) NOT_SUPPORTED_IMPL;
105105 virtual void VisualizerShowPoint (Error** error) NOT_SUPPORTED_IMPL;
106106
You can’t perform that action at this time.
0 commit comments