-----------------------------------------------------------------------------
| 237 | } |
| 238 | //----------------------------------------------------------------------------- |
| 239 | void Comic::checkIsBookmark(int index) |
| 240 | { |
| 241 | emit isBookmark(bm->isBookmark(index)); |
| 242 | } |
| 243 | //----------------------------------------------------------------------------- |
| 244 | void Comic::updateBookmarkImage(int index) |
| 245 | { |
nothing calls this directly
no test coverage detected