make audio pause before switching items

This commit is contained in:
Chris Cochrun 2022-09-26 14:41:07 -05:00
parent f7a3588fc7
commit 78bf580499

View file

@ -226,6 +226,7 @@ void Slide::changeSlide(QVariantMap item)
setFont(m_serviceItem.value("font").toString()); setFont(m_serviceItem.value("font").toString());
setFontSize(m_serviceItem.value("fontSize").toInt()); setFontSize(m_serviceItem.value("fontSize").toInt());
setAudio("");
if (type() == "presentation") { if (type() == "presentation") {
qDebug() << "#$#$#$#$ THIS PDF $#$#$#$#"; qDebug() << "#$#$#$#$ THIS PDF $#$#$#$#";