X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fwidgets%2Fexportmenu.hpp;h=e3b1f230295ab8dd9995bdb99a2c66994bb2b104;hp=7cd44070e0dbd44602c10179e89969d28f66e71d;hb=686d9151feb1c917b85ddb60bf73888e8058e4f4;hpb=ce6001b8b3b21778218f07549b165ac848ceffd2 diff --git a/pv/widgets/exportmenu.hpp b/pv/widgets/exportmenu.hpp index 7cd4407..e3b1f23 100644 --- a/pv/widgets/exportmenu.hpp +++ b/pv/widgets/exportmenu.hpp @@ -18,8 +18,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef PULSEVIEW_PV_WIDGETS_EXPORTMENU_H -#define PULSEVIEW_PV_WIDGETS_EXPORTMENU_H +#ifndef PULSEVIEW_PV_WIDGETS_EXPORTMENU_HPP +#define PULSEVIEW_PV_WIDGETS_EXPORTMENU_HPP #include @@ -40,7 +40,7 @@ class ExportMenu : public QMenu public: ExportMenu(QWidget *parent, std::shared_ptr context, - QAction *open_action = nullptr); + std::vectoropen_actions = std::vector()); private Q_SLOTS: void on_action(QObject *action); @@ -56,4 +56,4 @@ private: } // widgets } // pv -#endif // PULSEVIEW_PV_WIDGETS_EXPORTMENU_H +#endif // PULSEVIEW_PV_WIDGETS_EXPORTMENU_HPP