diff demos/browser/TODO.txt @ 77:0654fc9bac95

more porting
author mandel
date Sun, 24 May 2009 13:46:32 +0000
parents 37caa90ce503
children a8d76a9a85aa
line wrap: on
line diff
--- a/demos/browser/TODO.txt	Sun May 24 11:24:57 2009 +0000
+++ b/demos/browser/TODO.txt	Sun May 24 13:46:32 2009 +0000
@@ -1,14 +1,7 @@
 This is a very coarse port of ./demos/browser from the QT 4.5.1 linux sources.
 
-Done:
-- *.cpp and *.h files have been merged into *.d files
-- C preprocessor include lines where replaced by import lines.
-- const from function headers were removed.
-- some '::' and most '->' have been replaced by '.'
-
 Todo:
-- what about Q_PROPERTY/Q_UNUSED?
-- resolve multiple inheritance
-- QString -> char[]
-- QList -> []
-- everything else...
\ No newline at end of file
+- implement functionality from QList, QString and QStringList
+- resolve multiple inheritance, commented for now
+- fix segfaults due to not initialized variables
+- ...
\ No newline at end of file