X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fdialogs%2Finputoutputoptions.hpp;h=5d5ab55a1a967af98494534c949814b49efd6782;hp=037f3d41b008ab43ba12eb06a0672d7725e2ab97;hb=6f925ba9d6faf1077b73c5a5808259576081716a;hpb=00f6bae935837b38b0d03a5928ba8175d460413f diff --git a/pv/dialogs/inputoutputoptions.hpp b/pv/dialogs/inputoutputoptions.hpp index 037f3d4..5d5ab55 100644 --- a/pv/dialogs/inputoutputoptions.hpp +++ b/pv/dialogs/inputoutputoptions.hpp @@ -27,6 +27,10 @@ #include +using std::map; +using std::shared_ptr; +using std::string; + namespace pv { namespace dialogs { @@ -45,15 +49,14 @@ public: * @param parent the parent widget of the dialog. */ InputOutputOptions(const QString &title, - const std::map> - &options, + const map> &options, QWidget *parent); /** * Gets the map of selected options. * @return the options. */ - const std::map& options() const; + const map& options() const; protected: void accept();