mirror of
https://github.com/epasveer/seer.git
synced 2026-08-30 17:10:44 +08:00
Add remote target type to connect method (remote or extended-remote).
This commit is contained in:
@@ -230,6 +230,16 @@ bool SeerConfigDialog::gdbEnablePrettyPrinting () const {
|
||||
return _gdbConfigPage->gdbEnablePrettyPrinting();
|
||||
}
|
||||
|
||||
void SeerConfigDialog::setGdbRemoteTargetType (const QString& type) {
|
||||
|
||||
_gdbConfigPage->setGdbRemoteTargetType(type);
|
||||
}
|
||||
|
||||
QString SeerConfigDialog::gdbRemoteTargetType () const {
|
||||
|
||||
return _gdbConfigPage->gdbRemoteTargetType();
|
||||
}
|
||||
|
||||
void SeerConfigDialog::setEditorFont (const QFont& font) {
|
||||
|
||||
_editorConfigPage->setEditorFont(font);
|
||||
|
||||
Reference in New Issue
Block a user