Fix DBus signals in Mprisremote

Summary: This seems to fix the issue I mentioned on Telegram/Mail

Test Plan:
Before: Use Mprisremote plugin with App. View did not update when e.g. next is pressed.
Now: View correctly represents the DBus data

Reviewers: #kde_connect

Subscribers: #kde_connect

Tags: #kde_connect

Differential Revision: https://phabricator.kde.org/D12528
This commit is contained in:
Nicolas Fella 2018-06-10 01:07:29 +02:00
parent c8930a3327
commit bf70f311e4

View file

@ -74,7 +74,7 @@ public:
Q_SCRIPTABLE void sendAction(const QString& action);
Q_SIGNALS:
void propertiesChanged();
Q_SCRIPTABLE void propertiesChanged();
private:
void requestPlayerStatus(const QString& player);