X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fwidgets%2Fsweeptimingwidget.h;h=fc83c2042a289874fb02fd51b883ac95c45b00eb;hb=ff30bdbafa900626fdcdf5e282d6eb56e4d4b68a;hp=c0bcc8f787bfa2efbdad56f0194bdca762cf6964;hpb=67d163940f97cd03137ddee93dd5aa115d0f4a5c;p=pulseview.git diff --git a/pv/widgets/sweeptimingwidget.h b/pv/widgets/sweeptimingwidget.h index c0bcc8f7..fc83c204 100644 --- a/pv/widgets/sweeptimingwidget.h +++ b/pv/widgets/sweeptimingwidget.h @@ -55,10 +55,12 @@ public: uint64_t value() const; void set_value(uint64_t value); -signals: +Q_SIGNALS: void value_changed(); private: + const char *const _suffix; + QHBoxLayout _layout; QDoubleSpinBox _value;