view 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
line wrap: on
line source

module qt.QDefines;

const char[] QT_VERSION_STR = "4.5.0";
const int QT_VERSION = 0x040403;