| 635 | |
| 636 | #ifdef HAVE_TOUCHBAR |
| 637 | void WorksheetView::fillTouchBar(KDMacTouchBar* touchBar) { |
| 638 | // touchBar->addAction(addCartesianPlot1Action); |
| 639 | touchBar->addAction(zoomInViewAction); |
| 640 | touchBar->addAction(zoomOutViewAction); |
| 641 | touchBar->addAction(showPresenterMode); |
| 642 | } |
| 643 | #endif |
| 644 | |
| 645 | void WorksheetView::fillCartesianPlotToolBar(QToolBar* toolBar) { |