<table><tr><td style="">broulik created this revision.<br />broulik added reviewers: nicolasfella, drosca, sitter.<br />Herald added a project: Plasma.<br />Herald added a subscriber: plasma-devel.<br />broulik requested review of this revision.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D20253">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>Otherwise we would signal an empty <tt style="background: #ebebeb; font-size: 13px;">StreamRestore</tt> only to then signal it has changed</p></div></div><br /><div><strong>TEST PLAN</strong><div><div class="remarkup-code-block" style="margin: 12px 0;" data-code-lang="text" data-sigil="remarkup-code-block"><pre class="remarkup-code" style="font: 11px/15px "Menlo", "Consolas", "Monaco", monospace; padding: 12px; margin: 0; background: rgba(71, 87, 120, 0.08);">connect(PulseAudioQt::Context::instance(), &PulseAudioQt::Context::streamRestoreAdded, this, [this](PulseAudioQt::StreamRestore *resto) {
    qDebug() << "Restored" << resto->name();
});</pre></div>

<p>prints <tt style="background: #ebebeb; font-size: 13px;">Restored "sink-input-by-media-role:event"</tt> now instead of <tt style="background: #ebebeb; font-size: 13px;">Restored ""</tt></p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R994 Pulseaudio Qt Bindings</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D20253">https://phabricator.kde.org/D20253</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>src/context.cpp</div></div></div><br /><div><strong>To: </strong>broulik, nicolasfella, drosca, sitter<br /><strong>Cc: </strong>plasma-devel, jraleigh, GB_2, ragreen, Pitel, ZrenBot, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart<br /></div>