diff options
Diffstat (limited to 'gr-qtgui/lib/DisplayPlot.h')
-rw-r--r-- | gr-qtgui/lib/DisplayPlot.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gr-qtgui/lib/DisplayPlot.h b/gr-qtgui/lib/DisplayPlot.h index 26d9412344..0f038a2a28 100644 --- a/gr-qtgui/lib/DisplayPlot.h +++ b/gr-qtgui/lib/DisplayPlot.h @@ -179,6 +179,7 @@ public slots: void setYaxis(double min, double max); void setXaxis(double min, double max); void setLineLabel(int which, QString label); + QString getLineLabel(int which); void setLineColor(int which, QColor color); QColor getLineColor(int which) const; void setLineWidth(int which, int width); @@ -250,8 +251,6 @@ public slots: void setStop(bool on); - QString lineLabel(int which); - void resizeSlot(QSize *s); // Because of the preprocessing of slots in QT, these are not |