annotate qt/QDefines.d @ 253:073b9153ed8a

Rev. 264 done right. Problems: - classwizard segfaults on exit due to a bug in signals/slots or runtime. - hellogl doesn't compile with dmd2 due to a bug in the compiler backend
author maxter
date Sun, 30 Aug 2009 09:59:12 +0000
parents 37eed70de029
children 34a37904ff77
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
252
37eed70de029 More things broken than fixed. Rolling back to 263
maxter
parents: 248
diff changeset
1 module qt.QDefines;
37eed70de029 More things broken than fixed. Rolling back to 263
maxter
parents: 248
diff changeset
2
37eed70de029 More things broken than fixed. Rolling back to 263
maxter
parents: 248
diff changeset
3 const char[] QT_VERSION_STR = "4.5.0";
37eed70de029 More things broken than fixed. Rolling back to 263
maxter
parents: 248
diff changeset
4 const int QT_VERSION = 0x040403;