| 2197 | } |
| 2198 | |
| 2199 | void MainWindow::on_actionLaunchInstanceDemo_triggered() |
| 2200 | { |
| 2201 | if (m_selectedInstance) |
| 2202 | { |
| 2203 | APPLICATION->launch(m_selectedInstance, false, true); |
| 2204 | } |
| 2205 | } |
| 2206 | |
| 2207 | void MainWindow::on_actionKillInstance_triggered() |
| 2208 | { |