comparison d2/qt/QGlobal.d @ 390:403d98bd47f6

Added QT_{BEGIN,END}_{HEADER,NAMESPACE} also to the D2 version ? they are empty, but referenced in the output of duic.
author David Nadlinger <code@klickverbot.at>
date Fri, 27 Aug 2010 15:05:23 +0200
parents 12f60887ed15
children
comparison
equal deleted inserted replaced
389:d37abad3def9 390:403d98bd47f6
9 9
10 public import // TODO: import privately 10 public import // TODO: import privately
11 qtd.String, 11 qtd.String,
12 qtd.Core; 12 qtd.Core;
13 13
14 template QT_BEGIN_NAMESPACE() {
15 }
16
17 template QT_END_NAMESPACE() {
18 }
19
20 template QT_BEGIN_HEADER() {
21 }
22
23 template QT_END_HEADER() {
24 }
14 25
15 string tr(string arg) { 26 string tr(string arg) {
16 return arg; 27 return arg;
17 } 28 }
18 29