| 2386 | return m_selectedElement; |
| 2387 | } |
| 2388 | QList<QGraphicsItem*> WorksheetView::selectedItems() const { |
| 2389 | return m_selectedItems; |
| 2390 | } |
| 2391 | |
| 2392 | void WorksheetView::registerShortcuts() { |
| 2393 | selectAllAction->setShortcut(Qt::CTRL | Qt::Key_A); |
no outgoing calls
no test coverage detected