]> sigrok.org Git - pulseview.git/blobdiff - pv/mainwindow.hpp
Renamed pv::binding::DeviceOptions and DecoderOptions to Device and Decoder
[pulseview.git] / pv / mainwindow.hpp
index 84245e0ec117c279814faeb7decffdbc03642963..c0717e4fc3fb94b929958f2eb108bc35725aceb3 100644 (file)
@@ -102,12 +102,15 @@ private:
        void session_error(const QString text, const QString info_text);
 
        /**
-        * Updates the device list in the sampling bar
+        * Updates the device list in the toolbar
         */
-       void update_device_list();
+       void update_device_list();      
 
+private:
        void closeEvent(QCloseEvent *event);
 
+       void keyReleaseEvent(QKeyEvent *event);
+
 private Q_SLOTS:
        void load_file(QString file_name);