Skip to content

Commit 9a318ce

Browse files
jgressmannrkollataj
authored andcommitted
can raw viewer: fix column name dlc -> len
1 parent ea5e01b commit 9a318ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/canrawview/canrawview_p.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class CanRawViewPrivate : public QObject {
2626
: _ctx(std::move(ctx))
2727
, _simStarted(false)
2828
, _ui(_ctx.get<CRVGuiInterface>())
29-
, _columnsOrder({ "rowID", "time", "id", "dir", "dlc", "data" })
29+
, _columnsOrder({ "rowID", "time", "id", "dir", "len", "data" })
3030
, q_ptr(q)
3131
{
3232
initProps();

0 commit comments

Comments
 (0)