By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 1560
Collapse All | Expand All

(-)trinity-tqt3-14.0.0~pre165+04a4f34b/src/moc/moc.y.ORI (-2 / +2 lines)
Lines 2873-2880 Link Here
2873
	    fn = &g->fileName[i];
2873
	    fn = &g->fileName[i];
2874
	fprintf( out, hdr1, (const char*)qualifiedClassName(),(const char*)fn);
2874
	fprintf( out, hdr1, (const char*)qualifiedClassName(),(const char*)fn);
2875
	fprintf( out, hdr2, (const char*)dstr );
2875
	fprintf( out, hdr2, (const char*)dstr );
2876
	fprintf( out, hdr3 );
2876
	fprintf( out, "%s", hdr3 );
2877
	fprintf( out, hdr4 );
2877
	fprintf( out, "%s", hdr4 );
2878
2878
2879
	if ( !g->noInclude ) {
2879
	if ( !g->noInclude ) {
2880
	    /*
2880
	    /*
(-)trinity-tqt3-14.0.0~pre165+04a4f34b/src/moc/moc_yacc.cpp.ORI (-2 / +2 lines)
Lines 5699-5706 Link Here
5699
	    fn = &g->fileName[i];
5699
	    fn = &g->fileName[i];
5700
	fprintf( out, hdr1, (const char*)qualifiedClassName(),(const char*)fn);
5700
	fprintf( out, hdr1, (const char*)qualifiedClassName(),(const char*)fn);
5701
	fprintf( out, hdr2, (const char*)dstr );
5701
	fprintf( out, hdr2, (const char*)dstr );
5702
	fprintf( out, hdr3 );
5702
	fprintf( out, "%s", hdr3 );
5703
	fprintf( out, hdr4 );
5703
	fprintf( out, "%s", hdr4 );
5704
5704
5705
	if ( !g->noInclude ) {
5705
	if ( !g->noInclude ) {
5706
	    /*
5706
	    /*

Return to bug 1560