mirror of
https://github.com/jellyfin/jellyfin-media-player.git
synced 2024-11-23 05:59:43 +00:00
Make userCommand invokable so that the host command code can find it.
This commit is contained in:
parent
3d778a8608
commit
6f84cbe988
@ -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; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user