comparison d2/qtd/MOC.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
2 2
3 import std.typetuple; 3 import std.typetuple;
4 4
5 import qt.QGlobal; 5 import qt.QGlobal;
6 import qtd.Signal; 6 import qtd.Signal;
7 import qtd.MetaMarshall; 7 import qtd.Marshal;
8 import qtd.Meta; 8 import qtd.Meta;
9 import qtd.ctfe.Format; 9 import qtd.ctfe.Format;
10 10
11 public import qt.core.QString; 11 public import qt.core.QString;
12 12