X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=app%2Fdbus.h;fp=app%2Fdbus.h;h=2dd6e346ead84bc85667eaf2c4b330b91cfbeba2;hb=3bf175c871cac7d6b60d8263196262ea5ffcda74;hp=b2cfeb4e07046b60ac93e88a221891b6d00e441b;hpb=1f14b62977b3deb285be13f4ede2449df76f24c1;p=apps%2Fmediaplayer.git diff --git a/app/dbus.h b/app/dbus.h index b2cfeb4..2dd6e34 100644 --- a/app/dbus.h +++ b/app/dbus.h @@ -54,11 +54,13 @@ signals: void processPlaylistShow(); void displayBluetoothMetadata(const QString& avrcp_artist, const QString& avrcp_title, const int avrcp_duration); + void stopPlayback(); void updatePosition(const int current_position); void updatePlayerStatus(const QString status); private slots: void lmsUpdate(const QString&, const QVariantMap&, const QStringList&); + void mediaRemoved(const QDBusObjectPath&); void newBluetoothDevice(const QDBusObjectPath&, const QVariantMap&); void removeBluetoothDevice(const QDBusObjectPath&, const QStringList&); void processBluetoothEvent(const QString&, const QVariantMap&, const QStringList&);