X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fmainwindow.hpp;h=547089c59e5a39a17acf36771a75e37c094daa1f;hp=91a0bc5d69d971076f8191b01f9d53316864acfc;hb=47e9e7bbc3a4e91a960f4cbb1db48c5aff6dcace;hpb=04394ded8776d2163c1e815ccc8170b81d76b028 diff --git a/pv/mainwindow.hpp b/pv/mainwindow.hpp index 91a0bc5..547089c 100644 --- a/pv/mainwindow.hpp +++ b/pv/mainwindow.hpp @@ -83,6 +83,8 @@ public: std::string open_file_format = std::string(), QWidget *parent = 0); + ~MainWindow(); + QAction* action_open() const; QAction* action_save_as() const; QAction* action_save_selection_as() const;