From 74b534f4793fdab9de0e22b91c1d79da09049b87 Mon Sep 17 00:00:00 2001 From: wmayer Date: Wed, 5 Oct 2022 08:25:24 +0200 Subject: [PATCH] Part: [skip ci] use correct export macro --- src/Mod/Part/Gui/DlgExportStep.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Part/Gui/DlgExportStep.h b/src/Mod/Part/Gui/DlgExportStep.h index 5657afe7cb..02651f4674 100644 --- a/src/Mod/Part/Gui/DlgExportStep.h +++ b/src/Mod/Part/Gui/DlgExportStep.h @@ -61,7 +61,7 @@ private: std::unique_ptr ui; }; -class PartExport TaskExportStep : public QDialog +class PartGuiExport TaskExportStep : public QDialog { Q_OBJECT