]> sigrok.org Git - pulseview.git/blobdiff - pv/subwindows/decoder_selector/subwindow.hpp
decoder_selector: Apply decoder upon pressing enter.
[pulseview.git] / pv / subwindows / decoder_selector / subwindow.hpp
index a1ace196eb66eb3f64ab431270473c850ef82fb4..6b671cf5451c225e0a9ea4b5aed859da17321f69 100644 (file)
@@ -134,6 +134,7 @@ public Q_SLOTS:
        void on_item_activated(const QModelIndex& index);
 
        void on_filter_changed(const QString& text);
+       void on_filter_return_pressed();
 
 private:
        QSplitter* splitter_;