X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Ftimemarker.h;h=ec34fb5668a1a89a6db2f03bc21753e8a0dfe4ce;hp=fc058c2713134bab227eeb6ec0cece3c1d0f43a1;hb=e9213170687cf4afd14e20acdc690ff9381d94ae;hpb=0b8e35218a328079bd8b88ab5b4bc18ead473d06 diff --git a/pv/view/timemarker.h b/pv/view/timemarker.h index fc058c2..ec34fb5 100644 --- a/pv/view/timemarker.h +++ b/pv/view/timemarker.h @@ -88,10 +88,10 @@ public: pv::widgets::Popup* create_popup(QWidget *parent); -private slots: +private Q_SLOTS: void on_value_changed(double value); -signals: +Q_SIGNALS: void time_changed(); protected: