# HG changeset patch # User David Nadlinger # Date 1282914323 -7200 # Node ID 403d98bd47f6a04845025c1f0e6f2bb231a9d292 # Parent d37abad3def9f6852da51d3860051b5427e03457 Added QT_{BEGIN,END}_{HEADER,NAMESPACE} also to the D2 version ? they are empty, but referenced in the output of duic. diff -r d37abad3def9 -r 403d98bd47f6 d2/qt/QGlobal.d --- a/d2/qt/QGlobal.d Fri Aug 27 14:44:09 2010 +0200 +++ b/d2/qt/QGlobal.d Fri Aug 27 15:05:23 2010 +0200 @@ -11,6 +11,17 @@ qtd.String, qtd.Core; +template QT_BEGIN_NAMESPACE() { +} + +template QT_END_NAMESPACE() { +} + +template QT_BEGIN_HEADER() { +} + +template QT_END_HEADER() { +} string tr(string arg) { return arg;