| 16 | list.load(); |
| 17 | } |
| 18 | void Bookmarks::setLastPage(int index, const QImage &page) |
| 19 | { |
| 20 | lastPageIndex = index; |
| 21 | lastPage = page; |
| 22 | } |
| 23 | void Bookmarks::setBookmark(int index, const QImage &page) |
| 24 | { |
| 25 | if (!bookmarks.contains(index)) { |
no outgoing calls
no test coverage detected