| 374 | } |
| 375 | |
| 376 | QModelIndex FrameStackModel::currentFrameIndex() const |
| 377 | { |
| 378 | Q_D(const FrameStackModel); |
| 379 | |
| 380 | return index(d->m_currentFrame, 0, currentThreadIndex()); |
| 381 | } |
| 382 | |
| 383 | void FrameStackModel::setCurrentFrame(int frame) |
| 384 | { |
no test coverage detected