mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Document creation
This commit is contained in:
@ -400,6 +400,11 @@ void GeneratedFunction::generateCode(QTextStream& stream, CodeGeneratorParameter
|
||||
};
|
||||
applyFunctor(gatherParameters);
|
||||
|
||||
if (parameterTexts.isEmpty())
|
||||
{
|
||||
parameterTexts << "";
|
||||
}
|
||||
|
||||
if (parameters.header)
|
||||
{
|
||||
// Generate header source code
|
||||
|
Reference in New Issue
Block a user