comparison demos/browser/TODO.txt @ 73:7bfd46c330dc

more porting
author mandel
date Fri, 22 May 2009 10:59:00 +0000
parents 71b382c10ef6
children 37caa90ce503
comparison
equal deleted inserted replaced
72:b149ef2cb18b 73:7bfd46c330dc
5 - C preprocessor include lines where replaced by import lines. 5 - C preprocessor include lines where replaced by import lines.
6 - const from function headers were removed. 6 - const from function headers were removed.
7 - some '::' and most '->' have been replaced by '.' 7 - some '::' and most '->' have been replaced by '.'
8 8
9 Todo: 9 Todo:
10 - *.ui files need to converted to source files and translated to D
11 - imports need to be corrected 10 - imports need to be corrected
12 - module declarations are probably missing 11 - module declarations are probably missing
12 - what about Q_PROPERTY/Q_UNUSED?
13 - everything else... 13 - everything else...