comparison d1/qtd/Signal.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
comparison
equal deleted inserted replaced
313:cb7fb9195175 314:80b52f5e97b6
7 * Copyright QtD Team, 2008-2009 7 * Copyright QtD Team, 2008-2009
8 * Distributed under the Boost Software License, Version 1.0. 8 * Distributed under the Boost Software License, Version 1.0.
9 * (See accompanying file boost-license-1.0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 9 * (See accompanying file boost-license-1.0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
10 * 10 *
11 */ 11 */
12 module qt.Signal; 12 module qtd.Signal;
13 13
14 public import qt.QGlobal; 14 public import qt.QGlobal;
15 import tango.core.Exception; 15 import tango.core.Exception;
16 import tango.core.Traits; 16 import tango.core.Traits;
17 import tango.core.Thread; 17 import tango.core.Thread;