| 2630 | } |
| 2631 | |
| 2632 | int |
| 2633 | AppManager::exec() |
| 2634 | { |
| 2635 | #ifdef DEBUG |
| 2636 | boost_adaptbx::floating_point::exception_trapping trap(0); |
| 2637 | #endif |
| 2638 | return qApp->exec(); |
| 2639 | } |
| 2640 | |
| 2641 | void |
| 2642 | AppManager::onNodeMemoryRegistered(qint64 mem) |
no outgoing calls
no test coverage detected