setup for adding thumbnails from videos

This commit is contained in:
Chris Cochrun 2023-02-07 10:55:23 -06:00
parent 6366dc2d88
commit fb9d551f6b
3 changed files with 26 additions and 11 deletions

View file

@ -79,7 +79,7 @@ public:
Q_INVOKABLE QVariantMap getItem(int index) const;
Q_INVOKABLE QVariantList getItems();
Q_INVOKABLE int findSlideIdFromServItm(int index);
Q_INVOKABLE void thumbnailVideo(QString video);
Q_INVOKABLE void thumbnailVideo(QString video, int serviceItemId);
public slots: