summaryrefslogtreecommitdiff
path: root/gr-qtgui/lib/qtgui_time_sink_f.h
diff options
context:
space:
mode:
authorJosh Blum2011-06-07 22:55:41 -0400
committerTom Rondeau2011-06-07 22:55:41 -0400
commitbbf11bb338a4a88a1f270f77649212fea0b0cab0 (patch)
tree29a2465d3f2441d067971fa07fc22b39242f2b1d /gr-qtgui/lib/qtgui_time_sink_f.h
parenteae515a2356a140e4407945eed21e56b90bb98d9 (diff)
downloadgnuradio-bbf11bb338a4a88a1f270f77649212fea0b0cab0.tar.gz
gnuradio-bbf11bb338a4a88a1f270f77649212fea0b0cab0.tar.bz2
gnuradio-bbf11bb338a4a88a1f270f77649212fea0b0cab0.zip
qtgui: removed all traces of highResTimeFunctions.h
Diffstat (limited to 'gr-qtgui/lib/qtgui_time_sink_f.h')
-rw-r--r--gr-qtgui/lib/qtgui_time_sink_f.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-qtgui/lib/qtgui_time_sink_f.h b/gr-qtgui/lib/qtgui_time_sink_f.h
index 7cb0a9d37..632246c6e 100644
--- a/gr-qtgui/lib/qtgui_time_sink_f.h
+++ b/gr-qtgui/lib/qtgui_time_sink_f.h
@@ -68,8 +68,8 @@ private:
QWidget *d_parent;
TimeDisplayForm *d_main_gui;
- highres_timespec d_current_time;
- highres_timespec d_last_time;
+ gruel::high_res_timer_type d_current_time;
+ gruel::high_res_timer_type d_last_time;
public:
~qtgui_time_sink_f();