]> sigrok.org Git - pulseview.git/blobdiff - pv/widgets/decodermenu.h
Only show first-level decoders in the menu
[pulseview.git] / pv / widgets / decodermenu.h
index 88dcfaa4edc0ef05598a79a9062050167aea1aa2..20dd41203684d2219378c41a9d14c9d0cb63a04e 100644 (file)
@@ -34,7 +34,7 @@ class DecoderMenu : public QMenu
        Q_OBJECT;
 
 public:
-       DecoderMenu(QWidget *parent);
+       DecoderMenu(QWidget *parent, bool first_level_decoder = false);
 
 private:
        static int decoder_name_cmp(const void *a, const void *b);