view demos/browser/TODO.txt @ 76:454e4b4beb59

duic: fix #4
author SokoL_SD
date Sun, 24 May 2009 11:24:57 +0000
parents 37caa90ce503
children 0654fc9bac95
line wrap: on
line source

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...