Clean up code for lint errors.

This commit is contained in:
Ernie Pasveer
2022-04-28 20:20:37 -05:00
parent ce4d4d2b7d
commit e6c15037f9
17 changed files with 44 additions and 16 deletions
+1 -1
View File
@@ -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());
}