X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fwidgets%2Fexportmenu.cpp;h=13c977d50cda7cedc8f72dd19f9e2599ca2cc56f;hp=47fb3ec20c1b5f8664ead429e561e789aa560a79;hb=6f925ba9d6faf1077b73c5a5808259576081716a;hpb=00f6bae935837b38b0d03a5928ba8175d460413f diff --git a/pv/widgets/exportmenu.cpp b/pv/widgets/exportmenu.cpp index 47fb3ec..13c977d 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)