comparison build/core.txt @ 87:f46133029d8b

qtd: Implement QMetaType. QVariant may save D types now.
author SokoL_SD
date Tue, 26 May 2009 10:59:07 +0000
parents 957f549cfc65
children ba63040afbf2
comparison
equal deleted inserted replaced
86:bee1446909c5 87:f46133029d8b
3 qt_core/QPoint_shell qt_core/QPointF_shell 3 qt_core/QPoint_shell qt_core/QPointF_shell
4 qt_core/QSize_shell qt_core/QSizeF_shell 4 qt_core/QSize_shell qt_core/QSizeF_shell
5 qt_core/QLine_shell qt_core/QLineF_shell 5 qt_core/QLine_shell qt_core/QLineF_shell
6 qt_core/QRect_shell qt_core/QRectF_shell 6 qt_core/QRect_shell qt_core/QRectF_shell
7 qt_core/QString_shell qt_core/QVariant_shell 7 qt_core/QString_shell qt_core/QVariant_shell
8 qt_core/QModelIndex_shell) 8 qt_core/QModelIndex_shell qt_core/QMetaType_shell)
9 ## Module specific d files. 9 ## Module specific d files.
10 set (d_files QGlobal qtd/Array qtd/Str QtDObject qtd/ArrayOpsPrimitive 10 set (d_files QGlobal qtd/Array qtd/Str QtDObject qtd/ArrayOpsPrimitive
11 core/QPoint core/QPointF 11 core/QPoint core/QPointF
12 core/QSize core/QSizeF 12 core/QSize core/QSizeF
13 core/QLine core/QLineF 13 core/QLine core/QLineF
14 core/QRect core/QRectF 14 core/QRect core/QRectF
15 core/QString core/QVariant 15 core/QString core/QVariant
16 core/QModelIndex) 16 core/QModelIndex core/QMetaType)
17 set (d_version_files Signal) 17 set (d_version_files Signal)
18 set (d_generated_files core/Qt) 18 set (d_generated_files core/Qt)
19 ## Classes. 19 ## Classes.
20 set (classes 20 set (classes
21 QChildEvent 21 QChildEvent
50 QTimeLine 50 QTimeLine
51 QAbstractFactory 51 QAbstractFactory
52 QAbstractListModel 52 QAbstractListModel
53 QCryptographicHash 53 QCryptographicHash
54 QSettings 54 QSettings
55 ## QProcess
55 ) 56 )
56 57