| 199 | compute::opengl_enqueue_release_buffer(m_position, m_queue); |
| 200 | } |
| 201 | void NBodyWidget::keyPressEvent(QKeyEvent* event) |
| 202 | { |
| 203 | if(event->key() == Qt::Key_Escape) { |
| 204 | this->close(); |
| 205 | } |
| 206 | } |
| 207 | |
| 208 | int main(int argc, char** argv) |
| 209 | { |
nothing calls this directly
no outgoing calls
no test coverage detected