added a working song next action to the slide object

This commit is contained in:
Chris Cochrun 2022-07-18 06:47:04 -05:00
parent f4d034fe7c
commit c1410781c9
3 changed files with 59 additions and 28 deletions

View file

@ -52,7 +52,7 @@ public:
Q_INVOKABLE void setFontSize(int fontSize);
Q_INVOKABLE void changeSlide(QVariantMap item);
Q_INVOKABLE void next();
Q_INVOKABLE bool next(QVariantMap nextItem);
signals:
Q_INVOKABLE void textChanged(QString text);