| 736 | } |
| 737 | |
| 738 | void Viewer::moveView(Qt::Key directionKey) |
| 739 | { |
| 740 | QKeyEvent event(QEvent::KeyPress, directionKey, Qt::NoModifier); |
| 741 | QAbstractScrollArea::keyPressEvent(&event); |
| 742 | emit backgroundChanges(); |
| 743 | } |
| 744 | |
| 745 | void Viewer::animateScroll(QPropertyAnimation &scroller, const QScrollBar &scrollBar, int delta) |
| 746 | { |
no outgoing calls
no test coverage detected