Skip to content

Commit

Permalink
fixed clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
MichelJansson committed Apr 29, 2024
1 parent 726656a commit a462c24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plotjuggler_app/nlohmann_parsers.h
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,8 @@ class NlohmannParserCreator : public ParserFactoryPlugin
QSettings settings;
QString prefix = QString("NlohmannParser.") + QString(encoding());
settings.setValue(prefix + ".timestampEnabled", _checkbox_use_timestamp->isChecked());
settings.setValue(prefix + ".timestampFieldName", _checkbox_use_timestamp->lineedit->text());
settings.setValue(prefix + ".timestampFieldName",
_checkbox_use_timestamp->lineedit->text());
}

protected:
Expand Down

0 comments on commit a462c24

Please sign in to comment.