mirror of
https://github.com/epasveer/seer.git
synced 2026-08-30 00:50:42 +08:00
Clean up code for lint errors.
This commit is contained in:
@@ -130,7 +130,7 @@ void SeerMemoryVisualizerWidget::handleText (const QString& text) {
|
||||
|
||||
if (id_text.toInt() == _variableId) {
|
||||
|
||||
QStringList words = Seer::filterEscapes(Seer::parseFirst(text, "value=", '"', '"', false)).split(' ', QString::SkipEmptyParts);
|
||||
QStringList words = Seer::filterEscapes(Seer::parseFirst(text, "value=", '"', '"', false)).split(' ', Qt::SkipEmptyParts);
|
||||
|
||||
setVariableAddress(words.first());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user