On Mon, Feb 16, 2009 at 10:32 AM, Eldar Insafutdinov <[email protected]> wrote:
> The reason why is this file is big is in this bug > http://d.puremagic.com/issues/show_bug.cgi?id=282 And I don't thing that > placing enums outside the class is a good idea, because enums will be exposed > to global namespace unlike original Qt version. I have just checked, if enum > A belongs to qt.core.Qt module you can't access it like Qt.A - which means > that we have to keep that file big until this bug is fixed. I guess we'll just have to wait for LDC then, because eliminating the "too many fixups" issue in OPTLINK is completely and utterly impossible. --bb ;-)
