Fix FTBFS if yacc regenerates the moc

pull/2/head
Timothy Pearson 14 years ago
parent e90b15c55d
commit 0a2ae6ad0e

@ -2833,7 +2833,7 @@ void generateClass() // generate C++ source code for a class
{ {
const char *hdr1 = "/****************************************************************************\n" const char *hdr1 = "/****************************************************************************\n"
"** %s meta object code from reading C++ file '%s'\n**\n"; "** %s meta object code from reading C++ file '%s'\n**\n";
const char *hdr2 = "** Created: %s\n" const char *hdr2 = "** Created: %s\n";
const char *hdr3 = "** WARNING! All changes made in this file will be lost!\n"; const char *hdr3 = "** WARNING! All changes made in this file will be lost!\n";
const char *hdr4 = "*****************************************************************************/\n\n"; const char *hdr4 = "*****************************************************************************/\n\n";
int i; int i;

Loading…
Cancel
Save