comparison tools/duic/d/dwritedeclaration.cpp @ 52:09a0f1d048f2

update parser to that from jambi 4.5, attemt to fix building with gcc 4.4
author eldar
date Mon, 18 May 2009 15:23:28 +0000
parents 2085c2157b50
children a68b2a7e9b85
comparison
equal deleted inserted replaced
51:2bd596a4b984 52:09a0f1d048f2
203 m_output << "\n"; 203 m_output << "\n";
204 204
205 // qtd 205 // qtd
206 m_output << "struct " << className << " {\n" 206 m_output << "struct " << className << " {\n"
207 << " mixin " << m_option.prefix << className << ";\n" 207 << " mixin " << m_option.prefix << className << ";\n"
208 << "}\n"; 208 << "}\n\n";
209 // --- 209 // ---
210 210
211 if (m_option.generateNamespace && !m_option.prefix.isEmpty()) { 211 if (m_option.generateNamespace && !m_option.prefix.isEmpty()) {
212 namespaceList.append(QLatin1String("Ui")); 212 namespaceList.append(QLatin1String("Ui"));
213 213