comparison demos/browser/TODO.txt @ 74:37caa90ce503

more porting
author mandel
date Fri, 22 May 2009 23:43:58 +0000
parents 7bfd46c330dc
children 0654fc9bac95
comparison
equal deleted inserted replaced
73:7bfd46c330dc 74:37caa90ce503
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 - imports need to be corrected
11 - module declarations are probably missing
12 - what about Q_PROPERTY/Q_UNUSED? 10 - what about Q_PROPERTY/Q_UNUSED?
11 - resolve multiple inheritance
12 - QString -> char[]
13 - QList -> []
13 - everything else... 14 - everything else...