diff --git a/src/cpp/slideobject.cpp b/src/cpp/slideobject.cpp index a3692be..ee9bad1 100644 --- a/src/cpp/slideobject.cpp +++ b/src/cpp/slideobject.cpp @@ -132,7 +132,7 @@ void SlideObject::changeSlide(QVariantMap item, int index) if (item.value("imageBackground").toString() != imageBackground()) setImageBackground(item.value("imageBackground").toString()); if (item.value("videoBackground").toString() != videoBackground()) { - qDebug() << "Setting VIDEOBACKGROUND to:" << item.value("videoBackgroundl").toString(); + qDebug() << "Setting VIDEOBACKGROUND to:" << item.value("videoBackground").toString(); setVideoBackground(item.value("videoBackground").toString()); } if (item.value("verticalTextAlignment").toString() != verticalTextAlignment())