diff options
author | Tom Rondeau <trondeau@vt.edu> | 2013-01-22 13:00:35 -0500 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2013-01-22 13:21:57 -0500 |
commit | c4dca2526be5ee3ac979194c1d067aadc5a619c0 (patch) | |
tree | 83198ec29390b81bb962f059a04d8cd3550e1747 /gr-qtgui/lib/DisplayPlot.cc | |
parent | 948ef17e8bd086ab29663a1c1d0431248fb711e9 (diff) |
qtgui: Major changes to qtgui sink interfaces to allow more tunable control through GR blocks.
Diffstat (limited to 'gr-qtgui/lib/DisplayPlot.cc')
-rw-r--r-- | gr-qtgui/lib/DisplayPlot.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-qtgui/lib/DisplayPlot.cc b/gr-qtgui/lib/DisplayPlot.cc index bf1c198897..f39fbee3ac 100644 --- a/gr-qtgui/lib/DisplayPlot.cc +++ b/gr-qtgui/lib/DisplayPlot.cc @@ -113,7 +113,7 @@ DisplayPlot::setLineLabel(int which, QString label) } QString -DisplayPlot::lineLabel(int which) +DisplayPlot::getLineLabel(int which) { return _plot_curve[which]->title().text(); } |