Music Hub
..
A session-wide music playback service
|
|
Go to the documentation of this file.
19 #ifndef LOMIRI_MEDIAHUB_TRACK_LIST_P_H
20 #define LOMIRI_MEDIAHUB_TRACK_LIST_P_H
26 class QDBusConnection;
27 class QDBusPendingCall;
44 void initialize(
const QVariantMap &properties);
61 QVector<Track> m_tracks;
62 QVector<QString> m_trackIds;
67 int m_indexForNextAddition;
68 QVector<QUrl> m_urisForNextAddition;
71 QScopedPointer<DBusTrackList> m_proxy;
78 #endif // LOMIRI_MEDIAHUB_TRACK_LIST_P_H