Skip to content

Commit 5b97275

Browse files
committed
gui: add Gui::addChart to stub.cpp
Signed-off-by: Matt Liberty <mliberty@precisioninno.com>
1 parent c73ce44 commit 5b97275

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/gui/src/stub.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,11 @@ std::string Gui::addLabel(int x,
225225
return "";
226226
}
227227

228+
Chart* Gui::addChart(const std::string& name)
229+
{
230+
return nullptr;
231+
}
232+
228233
void Gui::saveImage(const std::string& filename,
229234
const odb::Rect& region,
230235
int width_px,

0 commit comments

Comments
 (0)