X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fwidgets%2Fdecodergroupbox.h;h=2c8207625e12fbbda99e58990506320d85361644;hb=8dbbc7f0b9ea59d0f0d62225772f8a56eee125f5;hp=63885e3429525b060e1f794765c214c71f54ac06;hpb=dd048a7ec035447c051c7937ce04aca5be065b4e;p=pulseview.git diff --git a/pv/widgets/decodergroupbox.h b/pv/widgets/decodergroupbox.h index 63885e3..2c82076 100644 --- a/pv/widgets/decodergroupbox.h +++ b/pv/widgets/decodergroupbox.h @@ -18,7 +18,7 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef PULSEVIEW_PV_WIDGETS_DECODERGROUPBox_H +#ifndef PULSEVIEW_PV_WIDGETS_DECODERGROUPBOX_H #define PULSEVIEW_PV_WIDGETS_DECODERGROUPBOX_H #include @@ -40,14 +40,14 @@ public: void set_decoder_visible(bool visible); -signals: +Q_SIGNALS: void delete_decoder(); void show_hide_decoder(); private: - QGridLayout *const _layout; - QPushButton _show_hide_button; + QGridLayout *const layout_; + QPushButton show_hide_button_; }; } // widgets