diff --git a/src/Mod/TechDraw/Gui/AppTechDrawGuiPy.cpp b/src/Mod/TechDraw/Gui/AppTechDrawGuiPy.cpp index 0973a0213..a64f2d2b7 100644 --- a/src/Mod/TechDraw/Gui/AppTechDrawGuiPy.cpp +++ b/src/Mod/TechDraw/Gui/AppTechDrawGuiPy.cpp @@ -44,7 +44,9 @@ using namespace TechDrawGui; -//TODO: TechDraw does not open/import/export SVG/DXF files. Not sure what belongs here. +//TODO: TechDraw does not open/import/export SVG/DXF files like Drawing. Not sure what belongs here. +//equivalents to GuiCommand for MDIViewPage::saveSVG?, print, printPDF or just make MDIViewPage methods Py accessible? +// /* module functions */ static PyObject * open(PyObject *self, PyObject *args)