| 102 | } |
| 103 | |
| 104 | KDevelop::IRuntime * KDevelop::RuntimeController::currentRuntime() const |
| 105 | { |
| 106 | Q_ASSERT(m_currentRuntime); |
| 107 | return m_currentRuntime; |
| 108 | } |
| 109 | |
| 110 | QVector<KDevelop::IRuntime *> KDevelop::RuntimeController::availableRuntimes() const |
| 111 | { |
no outgoing calls