comparison qt/QGlobal.d.inc @ 191:a212c97edcd2

one more example
author eldar
date Sun, 12 Jul 2009 21:03:57 +0000
parents 7dd099050621
children
comparison
equal deleted inserted replaced
190:a1b48a630f73 191:a212c97edcd2
42 static this() { 42 static this() {
43 __qtd_qtd_core_initCallBacks(&_d_toUtf8, &__qtd_dummy); 43 __qtd_qtd_core_initCallBacks(&_d_toUtf8, &__qtd_dummy);
44 } 44 }
45 } 45 }
46 46
47 char[] tr(char[] arg) { 47 string tr(string arg) {
48 return arg; 48 return arg;
49 } 49 }
50 50
51 const char[] QT_VERSION_STR = "@QTD_VERSION_STR@"; 51 const char[] QT_VERSION_STR = "@QTD_VERSION_STR@";
52 const int QT_VERSION = @QTD_VERSION@; 52 const int QT_VERSION = @QTD_VERSION@;