| 2176 | } |
| 2177 | |
| 2178 | void MainWindow::on_actionLaunchInstance_triggered() |
| 2179 | { |
| 2180 | if(m_selectedInstance && !m_selectedInstance->isRunning()) |
| 2181 | { |
| 2182 | APPLICATION->launch(m_selectedInstance); |
| 2183 | } |
| 2184 | } |
| 2185 | |
| 2186 | void MainWindow::activateInstance(InstancePtr instance) |
| 2187 | { |