]> sigrok.org Git - pulseview.git/blobdiff - pv/widgets/exportmenu.cpp
Don't use std:: in the code directly (where possible).
[pulseview.git] / pv / widgets / exportmenu.cpp
index 47fb3ec20c1b5f8664ead429e561e789aa560a79..13c977d50cda7cedc8f72dd19f9e2599ca2cc56f 100644 (file)
@@ -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> context,
-       std::vector<QAction *>open_actions) :
+       vector<QAction *>open_actions) :
        QMenu(parent),
        context_(context),
        mapper_(this)