Part: [skip ci] use correct export macro

This commit is contained in:
wmayer
2022-10-05 08:25:24 +02:00
parent 5e546ee582
commit 74b534f479

View File

@@ -61,7 +61,7 @@ private:
std::unique_ptr<Ui_DlgExportStep> ui;
};
class PartExport TaskExportStep : public QDialog
class PartGuiExport TaskExportStep : public QDialog
{
Q_OBJECT