diff tools/duic/d/dwriteincludes.cpp @ 48:2085c2157b50

started work on duic
author eldar
date Mon, 18 May 2009 00:22:14 +0000
parents e78566595089
children d5a6b6269f44
line wrap: on
line diff
--- a/tools/duic/d/dwriteincludes.cpp	Sun May 17 21:57:30 2009 +0000
+++ b/tools/duic/d/dwriteincludes.cpp	Mon May 18 00:22:14 2009 +0000
@@ -120,7 +120,7 @@
     TreeWalker::acceptUI(node);
 
     QString qualifiedClassName = node->elementClass();
-    m_output << "module ui." << qualifiedClassName << "\n\n";
+    m_output << "module ui." << qualifiedClassName << ";\n\n";
 
     writeHeaders(m_globalIncludes, true);
     writeHeaders(m_localIncludes, false);