comparison d2/qt/core/QMetaObject.d @ 366:da4235301224

Fixed VoidFunc. Updated to dmd.2.047.
author Max Samukha <maxter@spambox.com>
date Wed, 23 Jun 2010 21:34:43 +0300
parents 958e8b9a89bd
children f69341b40588
comparison
equal deleted inserted replaced
365:958e8b9a89bd 366:da4235301224
2 2
3 import 3 import
4 qt.QGlobal, 4 qt.QGlobal,
5 qt.core.QObject, 5 qt.core.QObject,
6 qtd.QtdObject, 6 qtd.QtdObject,
7 std.algorithm,
8 qtd.meta.Runtime, 7 qtd.meta.Runtime,
9 qtd.meta.Compiletime, 8 qtd.meta.Compiletime,
10 qtd.Marshal, 9 qtd.Marshal,
11 qtd.MOC, 10 qtd.MOC,
12 std.string, 11 qtd.String,
13 std.typetuple, 12 std.typetuple,
14 std.c.stdlib; 13 std.c.stdlib;
14
15 import std.string : indexOf;
15 16
16 class QMetaArgument : Meta 17 class QMetaArgument : Meta
17 { 18 {
18 } 19 }
19 20