~andreas-pokorny/telepathy-ofono/control-proximity-handling-in-powerd

« back to all changes in this revision

Viewing changes to qpulseaudioengine.cpp

  • Committer: Tiago Salem Herrmann
  • Date: 2014-08-25 15:40:47 UTC
  • mto: (101.1.2 improve_pa_event_handling2)
  • mto: This revision was merged to the branch mainline in revision 102.
  • Revision ID: tiago.herrmann@canonical.com-20140825154047-3brfdhiqkritq1v3
prepare qpulseaudioengine signals to report audio output changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
    , m_bt_hsp_a2dp("")
85
85
 
86
86
{
 
87
    qRegisterMetaType<AudioOutputList>();
 
88
    qRegisterMetaType<AudioOutput>();
 
89
 
87
90
    bool keepGoing = true;
88
91
    bool ok = true;
89
92