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 lines)
Lines 701-708 Link Here
701
        fn = filename.mid(i);
701
        fn = filename.mid(i);
702
    fprintf(out, "/****************************************************************************\n"
702
    fprintf(out, "/****************************************************************************\n"
703
            "** Meta object code from reading C++ file '%s'\n**\n" , (const char*)fn);
703
            "** Meta object code from reading C++ file '%s'\n**\n" , (const char*)fn);
704
    fprintf(out, "** Created: %s\n"
705
            "**      by: The Qt Meta Object Compiler version %d (Qt %s)\n**\n" , dstr.data(), mocOutputRevision, QT_VERSION_STR);
706
    fprintf(out, "** WARNING! All changes made in this file will be lost!\n"
704
    fprintf(out, "** WARNING! All changes made in this file will be lost!\n"
707
            "*****************************************************************************/\n\n");
705
            "*****************************************************************************/\n\n");
708
706
(-)src/tools/uic/uic.cpp.orig (-3 lines)
Lines 141-149 Link Here
141
        out << "/********************************************************************************\n";
141
        out << "/********************************************************************************\n";
142
        out << "** Form generated from reading ui file '" << QFileInfo(opt.inputFile).fileName() << "'\n";
142
        out << "** Form generated from reading ui file '" << QFileInfo(opt.inputFile).fileName() << "'\n";
143
        out << "**\n";
143
        out << "**\n";
144
        out << "** Created: " << QDateTime::currentDateTime().toString() << "\n";
145
        out << "**      " << QString::fromLatin1("by: Qt User Interface Compiler version %1\n").arg(QLatin1String(QT_VERSION_STR));
146
        out << "**\n";
147
        out << "** WARNING! All changes made in this file will be lost when recompiling ui file!\n";
144
        out << "** WARNING! All changes made in this file will be lost when recompiling ui file!\n";
148
        out << "********************************************************************************/\n\n";
145
        out << "********************************************************************************/\n\n";
149
}
146
}
(-)src/tools/uic3/embed.cpp.orig (-3 lines)
Lines 147-155 Link Here
147
    for ( it = images.begin(); it != images.end(); ++it )
147
    for ( it = images.begin(); it != images.end(); ++it )
148
        out << "**      " << *it << "\n";
148
        out << "**      " << *it << "\n";
149
    out << "**\n";
149
    out << "**\n";
150
    out << "** Created: " << QDateTime::currentDateTime().toString() << "\n";
151
    out << "**      by: The User Interface Compiler for Qt version " << QT_VERSION_STR << "\n";
152
    out << "**\n";
153
    out << "** WARNING! All changes made in this file will be lost!\n";
150
    out << "** WARNING! All changes made in this file will be lost!\n";
154
    out << "****************************************************************************/\n";
151
    out << "****************************************************************************/\n";
155
    out << "\n";
152
    out << "\n";
(-)src/tools/rcc/rcc.cpp.orig (-3 lines)
Lines 482-490 Link Here
482
        fprintf(out, "/****************************************************************************\n");
482
        fprintf(out, "/****************************************************************************\n");
483
        fprintf(out, "** Resource object code\n");
483
        fprintf(out, "** Resource object code\n");
484
        fprintf(out, "**\n");
484
        fprintf(out, "**\n");
485
        fprintf(out, "** Created: %s\n", qPrintable(QDateTime::currentDateTime().toString()));
486
        fprintf(out, "**      by: The Resource Compiler for Qt version %s\n", QT_VERSION_STR);
487
        fprintf(out, "**\n");
488
        fprintf(out, "** WARNING! All changes made in this file will be lost!\n");
485
        fprintf(out, "** WARNING! All changes made in this file will be lost!\n");
489
        fprintf(out,  "*****************************************************************************/\n\n");
486
        fprintf(out,  "*****************************************************************************/\n\n");
490
        fprintf(out, "#include <QtCore/qglobal.h>\n\n");
487
        fprintf(out, "#include <QtCore/qglobal.h>\n\n");

Return to bug 167068