| 89 | } |
| 90 | |
| 91 | void DatapickerView::createContextMenu(QMenu* menu) const { |
| 92 | Q_ASSERT(menu); |
| 93 | m_datapicker->image()->createContextMenu(menu); |
| 94 | } |
| 95 | |
| 96 | int DatapickerView::currentIndex() const { |
| 97 | return m_tabWidget->currentIndex(); |
no test coverage detected