X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fmainwindow.hpp;h=c0717e4fc3fb94b929958f2eb108bc35725aceb3;hb=59331ddaef8cc63ab8b60e6f0f9d8d76aed6e2c5;hp=2e6e55c1d1dee53bbb12c796bbd3d6c28a1e7046;hpb=079d39ea735015597a65390e4c5cacc7d272f78c;p=pulseview.git diff --git a/pv/mainwindow.hpp b/pv/mainwindow.hpp index 2e6e55c..c0717e4 100644 --- a/pv/mainwindow.hpp +++ b/pv/mainwindow.hpp @@ -104,10 +104,13 @@ private: /** * 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);