Skip to content

Commit 716fc34

Browse files
Andrii BoichukAndrii Boichuk
authored andcommitted
Fix QT4 build
1 parent 2175c60 commit 716fc34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

inc/extension_qt/qml_view_executor.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)