comparison d2/qtd/QtdObject.d @ 314:80b52f5e97b6 lifetime

Structure without common root dir
author maxter <spambox@d-coding.com>
date Wed, 23 Dec 2009 23:17:36 +0200
parents 8674fd5f34f4
children 2049c3abd348
comparison
equal deleted inserted replaced
313:cb7fb9195175 314:80b52f5e97b6
7 * Distributed under the Boost Software License, Version 1.0. 7 * Distributed under the Boost Software License, Version 1.0.
8 * (See accompanying file boost-license-1.0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 8 * (See accompanying file boost-license-1.0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
9 * 9 *
10 */ 10 */
11 11
12 module qt.QtdObject; 12 module qtd.QtdObject;
13 13
14 import 14 import
15 core.memory, 15 core.memory,
16 qt.Signal, 16 qtd.Signal,
17 qt.Core, 17 qtd.Core,
18 qt.Memory, 18 qtd.Memory,
19 qt.Array; 19 qtd.Array;
20 20
21 struct ScopeObject(T : QtdObjectBase) 21 struct ScopeObject(T : QtdObjectBase)
22 { 22 {
23 T obj; 23 T obj;
24 alias obj this; 24 alias obj this;