Преглед на файлове

Make userCommand invokable so that the host command code can find it.

Tobias Hieta преди 8 години
родител
ревизия
6f84cbe988
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/player/PlayerComponent.h

+ 1 - 1
src/player/PlayerComponent.h

@@ -78,7 +78,7 @@ public:
   // only. If no video is running, render a black background only.
   Q_INVOKABLE virtual void setVideoOnlyMode(bool enable);
 
-  void userCommand(const QString& command);
+  Q_INVOKABLE void userCommand(const QString& command);
 
   const mpv::qt::Handle getMpvHandle() const { return m_mpv; }