mirror of
https://github.com/Serial-Studio/Serial-Studio.git
synced 2025-01-31 17:42:55 +08:00
Update GraphProvider.cpp
This commit is contained in:
parent
d7e29b8f31
commit
4f45cd44bb
@ -139,7 +139,7 @@ QString GraphProvider::getTitle(const int index) const
|
||||
auto dataset = getDataset(index);
|
||||
auto title = dataset->title();
|
||||
if (!dataset->units().isEmpty())
|
||||
title.append(QString(" (%1)").arg(dataset->title()));
|
||||
title.append(QString(" (%1)").arg(dataset->units()));
|
||||
|
||||
return title;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user