comparison generator/cppimplgenerator.cpp @ 314:80b52f5e97b6 lifetime

Structure without common root dir
author maxter <spambox@d-coding.com>
date Wed, 23 Dec 2009 23:17:36 +0200
parents 5bcfe9e7db7f
children
comparison
equal deleted inserted replaced
313:cb7fb9195175 314:80b52f5e97b6
2942 const QString &java_name, 2942 const QString &java_name,
2943 const AbstractMetaFunction *java_function, 2943 const AbstractMetaFunction *java_function,
2944 int argument_index, 2944 int argument_index,
2945 Option option) 2945 Option option)
2946 { 2946 {
2947 s << "writeQtToJava" << endl; 2947 s << "// writeQtToJava" << endl;
2948 2948
2949 // Conversion to Java: Native code for return values, shell code for arguments 2949 // Conversion to Java: Native code for return values, shell code for arguments
2950 TypeSystem::Language lang = argument_index == 0 ? TypeSystem::NativeCode : TypeSystem::ShellCode; 2950 TypeSystem::Language lang = argument_index == 0 ? TypeSystem::NativeCode : TypeSystem::ShellCode;
2951 /* qtd if (java_function && writeConversionRule(s, lang, java_function, argument_index, qt_name, java_name)) 2951 /* qtd if (java_function && writeConversionRule(s, lang, java_function, argument_index, qt_name, java_name))
2952 return; 2952 return;