Add "save selection range as..." to the export menu on the toolbar
[pulseview.git] / pv / toolbars / mainbar.cpp
index 3b1698669a9ac8634a8af1ce87a7786f02cd6833..50e1908fb66031005cefbbadcbc9439461c1ace3 100644 (file)
@@ -112,6 +112,7 @@ MainBar::MainBar(Session &session, MainWindow &main_window) :
 
        vector<QAction *> open_actions;
        open_actions.push_back(main_window.action_save_as());
+       open_actions.push_back(main_window.action_save_selection_as());
 
        widgets::ExportMenu *export_menu = new widgets::ExportMenu(this,
                session.device_manager().context(),