X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=app%2Fdbus.h;h=bdc2f4fd57001df145375c31d17964c136954e6f;hb=dc657beb055b28cec94f92ce631921ecf83e3935;hp=b2cfeb4e07046b60ac93e88a221891b6d00e441b;hpb=1f14b62977b3deb285be13f4ede2449df76f24c1;p=apps%2Fmediaplayer.git diff --git a/app/dbus.h b/app/dbus.h index b2cfeb4..bdc2f4f 100644 --- a/app/dbus.h +++ b/app/dbus.h @@ -28,14 +28,11 @@ #include #include -#include "lightmediascanner.h" - class DbusService : public QObject { Q_OBJECT public: explicit DbusService(QObject *parent = 0); - bool enableLMS(); bool enableBluetooth(); Q_INVOKABLE void processQMLEvent(const QString&); Q_INVOKABLE long getCurrentPosition(); @@ -54,11 +51,11 @@ 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 newBluetoothDevice(const QDBusObjectPath&, const QVariantMap&); void removeBluetoothDevice(const QDBusObjectPath&, const QStringList&); void processBluetoothEvent(const QString&, const QVariantMap&, const QStringList&);