mirror of
https://github.com/epasveer/seer.git
synced 2026-08-31 01:20:45 +08:00
Suppress "No symbol disassembly..."
This commit is contained in:
@@ -670,6 +670,10 @@ void SeerMainWindow::handleText (const QString& text) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (msg_text == "\"No symbol \"disassembly\" in current context.\"") {
|
||||
return;
|
||||
}
|
||||
|
||||
QMessageBox::warning(this, "Error.", Seer::filterEscapes(msg_text));
|
||||
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user