~phablet-team/qtubuntu-media/media-hub-3-changes

« back to all changes in this revision

Viewing changes to src/aal/aalmediaplayercontrol.h

  • Committer: Ricardo Mendoza
  • Date: 2015-03-16 19:58:06 UTC
  • Revision ID: ricardo.mendoza@canonical.com-20150316195806-j68ch1swfqxms7fz
Make signals from media-hub result in queued events for the service and controls

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
 
60
60
    void mediaPrepared();
61
61
    void emitDurationChanged(qint64 duration);
62
 
    void playbackComplete();
63
62
 
64
63
public Q_SLOTS:
65
64
    void debounceSeek();
 
65
    void playbackComplete();
66
66
 
67
67
private:
68
68
    AalMediaPlayerService *m_service;