Add Todo for DXF to GET-2020

This commit is contained in:
Simon De Backer
2020-11-15 18:29:19 +01:00
parent bb32c30004
commit f7a445c0a7

View File

@@ -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)