From f7a445c0a7ad1d6277997201dc2df61531f88975 Mon Sep 17 00:00:00 2001 From: Simon De Backer Date: Sun, 15 Nov 2020 18:29:19 +0100 Subject: [PATCH] Add Todo for DXF to GET-2020 --- sources/editor/qetelementeditor.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sources/editor/qetelementeditor.cpp b/sources/editor/qetelementeditor.cpp index 400a25555..034abde7a 100644 --- a/sources/editor/qetelementeditor.cpp +++ b/sources/editor/qetelementeditor.cpp @@ -1169,7 +1169,10 @@ void QETElementEditor::openRecentFile(const QString &filepath) { */ void QETElementEditor::slot_openDxf () { - +#ifdef TODO_LIST +# pragma message("@TODO Merge 'DXF to GET-2020' code in to Qet") +# pragma message("https://github.com/qelectrotech/DXFtoQET-2020") +#endif #if defined(Q_OS_WIN32) || defined(Q_OS_WIN64) QString program = (QDir::homePath() + "/Application Data/qet/DXFtoQET.exe"); #elif defined(Q_OS_MAC)