changeset 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 d37abad3def9
children 4d17d96480db
files d2/qt/QGlobal.d
diffstat 1 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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;