mirror of
https://github.com/epasveer/seer.git
synced 2026-08-30 09:00:42 +08:00
More work done on structure viewer.
This commit is contained in:
@@ -566,7 +566,7 @@ void SeerMainWindow::handleText (const QString& text) {
|
||||
|
||||
if (msg_text != "") {
|
||||
|
||||
statusBar()->showMessage(Seer::filterBookEnds(msg_text, '"', '"'), 3000);
|
||||
statusBar()->showMessage(Seer::filterBookends(msg_text, '"', '"'), 3000);
|
||||
|
||||
QMessageBox::warning(this, "Error.", Seer::filterEscapes(msg_text));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user