comparison d2/qtd/Signal.d @ 347:970332a88b72

lowered the marshall in rank
author maxter <spambox@d-coding.com>
date Sat, 15 May 2010 00:22:47 +0300
parents 96a75b1e5b26
children 31520b2c0b3c
comparison
equal deleted inserted replaced
346:2691dd58d7e1 347:970332a88b72
10 * 10 *
11 */ 11 */
12 module qtd.Signal; 12 module qtd.Signal;
13 13
14 public import qt.QGlobal; 14 public import qt.QGlobal;
15 import qtd.MetaMarshall; 15 import qtd.Marshal;
16 import qtd.Meta; 16 import qtd.Meta;
17 17
18 import core.stdc.stdlib : crealloc = realloc, cfree = free; 18 import core.stdc.stdlib : crealloc = realloc, cfree = free;
19 import core.stdc.string : memmove; 19 import core.stdc.string : memmove;
20 import 20 import