| 84 | } |
| 85 | |
| 86 | void DatapickerView::fillToolBar(QToolBar* toolBar) { |
| 87 | auto* view = static_cast<DatapickerImageView*>(m_datapicker->image()->view()); |
| 88 | view->fillToolBar(toolBar); |
| 89 | } |
| 90 | |
| 91 | void DatapickerView::createContextMenu(QMenu* menu) const { |
| 92 | Q_ASSERT(menu); |