| 75 | } |
| 76 | |
| 77 | QString GdbConfigPage::title() const |
| 78 | { |
| 79 | return i18nc("@title:tab", "GDB Configuration"); |
| 80 | } |
| 81 | |
| 82 | GdbLauncher::GdbLauncher(KDevMI::MIDebuggerPlugin* plugin, IExecutePlugin* execute) |
| 83 | : KDevMI::MIDebugLauncher(plugin, execute, std::make_unique<GdbConfigPageFactory>()) |
no outgoing calls