mirror of
https://github.com/epasveer/seer.git
synced 2026-08-29 16:40:42 +08:00
Add saving and remembering of manual gdb commands.
This commit is contained in:
@@ -10,6 +10,10 @@ SeerTildeLogWidget::~SeerTildeLogWidget () {
|
||||
|
||||
void SeerTildeLogWidget::processText (const QString& text) {
|
||||
|
||||
if (enableCheckBox->isChecked() == false) {
|
||||
return;
|
||||
}
|
||||
|
||||
QString str = text.mid(1); // Remove leading "~"
|
||||
|
||||
if (str.front() == '"') { // Remove leading """
|
||||
|
||||
Reference in New Issue
Block a user