X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fwidgets%2Fexportmenu.cpp;h=ff82b6aa2b13e206fba69e94dc5cf9fca3a4ed76;hp=47fb3ec20c1b5f8664ead429e561e789aa560a79;hb=6e2a5b1d677a26a637465cd4d304e2bc52e14f36;hpb=efdec55aec1a137460fa362a381ed1904182bfed diff --git a/pv/widgets/exportmenu.cpp b/pv/widgets/exportmenu.cpp index 47fb3ec2..ff82b6aa 100644 --- a/pv/widgets/exportmenu.cpp +++ b/pv/widgets/exportmenu.cpp @@ -31,6 +31,7 @@ using std::map; using std::pair; using std::string; using std::shared_ptr; +using std::vector; using sigrok::Context; using sigrok::OutputFormat; @@ -39,7 +40,7 @@ namespace pv { namespace widgets { ExportMenu::ExportMenu(QWidget *parent, shared_ptr context, - std::vectoropen_actions) : + vectoropen_actions) : QMenu(parent), context_(context), mapper_(this) @@ -94,5 +95,5 @@ void ExportMenu::on_action(QObject *action) format_selected((*iter).second); } -} // widgets -} // pv +} // namespace widgets +} // namespace pv