diff options
author | Michael L Dickens <mlk@alum.mit.edu> | 2013-01-07 08:42:36 -0500 |
---|---|---|
committer | Michael L Dickens <mlk@alum.mit.edu> | 2013-01-07 08:42:36 -0500 |
commit | 1d72dbaf448cb4a398223835b69b71ae3d2a6c22 (patch) | |
tree | 2e84446576313fe2df21fd982364073dc76e8a26 /gr-qtgui/lib/DisplayPlot.h | |
parent | c03114f9861920b246c36bb7e6b2098dadacd60e (diff) | |
parent | 6ac84d93d4e41a68f9e2885ffc403ed2e0e11a27 (diff) |
Merge branch 'next' into fix_build_dir_order_next
Diffstat (limited to 'gr-qtgui/lib/DisplayPlot.h')
-rw-r--r-- | gr-qtgui/lib/DisplayPlot.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gr-qtgui/lib/DisplayPlot.h b/gr-qtgui/lib/DisplayPlot.h index 6a1e684169..26d9412344 100644 --- a/gr-qtgui/lib/DisplayPlot.h +++ b/gr-qtgui/lib/DisplayPlot.h @@ -257,14 +257,14 @@ public slots: // Because of the preprocessing of slots in QT, these are not // easily separated by the version check. Make one for each // version until it's worked out. - void OnPickerPointSelected(const QwtDoublePoint & p); - void OnPickerPointSelected6(const QPointF & p); + void onPickerPointSelected(const QwtDoublePoint & p); + void onPickerPointSelected6(const QPointF & p); signals: void plotPointSelected(const QPointF p); protected slots: - void LegendEntryChecked(QwtPlotItem *plotItem, bool on); + void legendEntryChecked(QwtPlotItem *plotItem, bool on); protected: int _nplots; |