| 51 | } |
| 52 | |
| 53 | void InfoComicsView::setToolBar(QToolBar *toolBar) |
| 54 | { |
| 55 | static_cast<QVBoxLayout *>(this->layout())->insertWidget(1, toolBar); |
| 56 | this->toolbar = toolBar; |
| 57 | } |
| 58 | |
| 59 | void InfoComicsView::setModel(ComicModel *model) |
| 60 | { |
no outgoing calls
no test coverage detected