diff --git a/src/perl/make_pardialog_source.pl b/src/perl/make_pardialog_source.pl --- a/src/perl/make_pardialog_source.pl +++ b/src/perl/make_pardialog_source.pl @@ -88,6 +88,30 @@ while () { print cppfile <. + * + * Copyright 2010 Roeland Merks. + * + */ + +// WARNING: This file is automatically generated by make_parameter_source.pl. Do not edit. +// Do not edit. All edits will be discarded. + #include "$basename.h" #include "parameter.h" #include @@ -96,6 +120,8 @@ print cppfile < #include +static const std::string _module_id("\$Id\$"); + ParameterDialog::ParameterDialog(QWidget *parent, const char *name, Qt::WindowFlags f) : QDialog(parent,name,false,f) { extern Parameter par; END_HEADER @@ -265,6 +291,32 @@ print cppfile "}\n\n"; open hfile, ">$basename.h"; print hfile <. + * + * Copyright 2010 Roeland Merks. + * + */ + +// WARNING: This file is automatically generated by make_parameter_source.pl. Do not edit. +// Do not edit. All edits will be discarded. + #ifndef PARAMETER_DIALOG_H #define PARAMETER_DIALOG_H #include