X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fmainwindow.hpp;h=f975ca516b5dbc0c84dbccd1e2c967e256ac3467;hp=2548e0ef4d8a1ceade73d6e2ea3cabf76adcd011;hb=998b89fd858e0dfc09c97cc4e3de718643f0017b;hpb=79118fe555aa5abfc5a128d2c396d95925a1bb8d diff --git a/pv/mainwindow.hpp b/pv/mainwindow.hpp index 2548e0e..f975ca5 100644 --- a/pv/mainwindow.hpp +++ b/pv/mainwindow.hpp @@ -34,6 +34,7 @@ class QVBoxLayout; namespace sigrok { class Device; +class OutputFormat; } namespace pv { @@ -92,6 +93,9 @@ public: void select_device(std::shared_ptr device); +public Q_SLOTS: + void export_file(std::shared_ptr format); + private: void setup_ui();