added the previous item change

This commit is contained in:
Chris Cochrun 2022-08-06 07:23:57 -05:00
parent 420d521494
commit 770e2f4593
3 changed files with 53 additions and 17 deletions

View file

@ -53,6 +53,7 @@ public:
Q_INVOKABLE void changeSlide(QVariantMap item);
Q_INVOKABLE bool next(QVariantMap nextItem);
Q_INVOKABLE bool previous(QVariantMap prevItem);
signals:
Q_INVOKABLE void textChanged(QString text);