| 109 | } |
| 110 | |
| 111 | void Viewer::fpsChanged(float fps) |
| 112 | { |
| 113 | m_fpsLabel->setText(QString(" %1 fps ") |
| 114 | .arg(fps, 2, 'g', 4)); |
| 115 | } |
| 116 | |
| 117 | void Viewer::numCubesChanged(int numCubes) |
| 118 | { |
nothing calls this directly
no outgoing calls
no test coverage detected