comparison generator/typesystem_gui-java.java @ 188:7dd099050621

initial commit for D2 support
author eldar
date Sun, 12 Jul 2009 18:58:03 +0000
parents 00d84545551e
children a1b48a630f73
comparison
equal deleted inserted replaced
187:34fe79a9915b 188:7dd099050621
1077 */ 1077 */
1078 }// class 1078 }// class
1079 1079
1080 class QApplication___ extends QApplication { 1080 class QApplication___ extends QApplication {
1081 1081
1082 this(in string[] args) 1082 this(string[] args)
1083 { 1083 {
1084 // if (m_instance != null) 1084 // if (m_instance != null)
1085 // throw new RuntimeException("QCoreApplication can only be initialized once"); 1085 // throw new RuntimeException("QCoreApplication can only be initialized once");
1086 1086
1087 argc = args.length; 1087 argc = args.length;