E5XML/ProjectWriter.py

branch
make_support
changeset 6245
6499ccd42dd6
parent 6048
82ad8ec9548c
child 6251
02afc7d22c41
equal deleted inserted replaced
6244:233eea858c32 6245:6499ccd42dd6
22 22
23 class ProjectWriter(XMLStreamWriterBase): 23 class ProjectWriter(XMLStreamWriterBase):
24 """ 24 """
25 Class implementing the writer class for writing an XML project file. 25 Class implementing the writer class for writing an XML project file.
26 """ 26 """
27 # TODO: add 'make' support
27 def __init__(self, device, projectName): 28 def __init__(self, device, projectName):
28 """ 29 """
29 Constructor 30 Constructor
30 31
31 @param device reference to the I/O device to write to (QIODevice) 32 @param device reference to the I/O device to write to (QIODevice)

eric ide

mercurial