| 2189 | } |
| 2190 | |
| 2191 | void MainWindow::on_actionLaunchInstanceOffline_triggered() |
| 2192 | { |
| 2193 | if (m_selectedInstance) |
| 2194 | { |
| 2195 | APPLICATION->launch(m_selectedInstance, false); |
| 2196 | } |
| 2197 | } |
| 2198 | |
| 2199 | void MainWindow::on_actionLaunchInstanceDemo_triggered() |
| 2200 | { |