adding changeSlideAndIndex and enabling that on previewSlidesList

This commit is contained in:
Chris Cochrun 2023-01-17 06:25:09 -06:00
parent 187481295f
commit 84f89fb201
3 changed files with 44 additions and 1 deletions

View file

@ -70,6 +70,7 @@ public:
Q_INVOKABLE void playPause();
Q_INVOKABLE bool next(QVariantMap nextItem);
Q_INVOKABLE bool previous(QVariantMap prevItem);
Q_INVOKABLE bool changeSlideIndex(int index);
signals:
Q_INVOKABLE void textChanged(QString text);