Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 167068 | Differences between
and this patch

Collapse All | Expand All

(-)src/tools/moc/moc.cpp.orig (-2 / +2 lines)
Lines 620-627 Link Here
620
        fn = filename.mid(i);
620
        fn = filename.mid(i);
621
    fprintf(out, "/****************************************************************************\n"
621
    fprintf(out, "/****************************************************************************\n"
622
            "** Meta object code from reading C++ file '%s'\n**\n" , (const char*)fn);
622
            "** Meta object code from reading C++ file '%s'\n**\n" , (const char*)fn);
623
    fprintf(out, "** Created: %s\n"
623
    fprintf(out, "** Created\n"
624
            "**      by: The Qt Meta Object Compiler version %d (Qt %s)\n**\n" , dstr.data(), mocOutputRevision, QT_VERSION_STR);
624
            "**      by: The Qt Meta Object Compiler version %d (Qt %s)\n**\n" , mocOutputRevision, QT_VERSION_STR);
625
    fprintf(out, "** WARNING! All changes made in this file will be lost!\n"
625
    fprintf(out, "** WARNING! All changes made in this file will be lost!\n"
626
            "*****************************************************************************/\n\n");
626
            "*****************************************************************************/\n\n");
627
627

Return to bug 167068