MainWindow: Added initial import menu with no options
[pulseview.git] / pv / mainwindow.hpp
index 35ccf0655d10b4e37699f87d47d9f308cb007822..99772e3d0037aad26ca983fefb1ca00242b46d5b 100644 (file)
@@ -102,6 +102,7 @@ public:
 
 public Q_SLOTS:
        void export_file(std::shared_ptr<sigrok::OutputFormat> format);
+       void import_file(std::shared_ptr<sigrok::InputFormat> format);
 
 private:
        void setup_ui();