diff options
Diffstat (limited to 'src/plugins/General/mpris/playerobject.h')
| -rw-r--r-- | src/plugins/General/mpris/playerobject.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/General/mpris/playerobject.h b/src/plugins/General/mpris/playerobject.h index ea8cbe1c1..dbd7e771c 100644 --- a/src/plugins/General/mpris/playerobject.h +++ b/src/plugins/General/mpris/playerobject.h @@ -72,7 +72,7 @@ public slots: void Pause(); void Stop(); void Play(); - //void Repeat(); + void Repeat(bool in0); PlayerStatus GetStatus(); QVariantMap GetMetadata(); int GetCaps(); |
