mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
Add methods to the flow implementations to add new items dynamically
This commit is contained in:
@ -133,7 +133,12 @@ public slots:
|
||||
void addSlide(const QPixmap &pixmap);
|
||||
|
||||
/*!
|
||||
Removes an existing slide.
|
||||
Insert and empty slide at index.
|
||||
*/
|
||||
void insertSlide(int index);
|
||||
|
||||
/*!
|
||||
Removes an existing slide.
|
||||
*/
|
||||
void removeSlide(int index);
|
||||
|
||||
|
Reference in New Issue
Block a user