diff options
Diffstat (limited to 'tools/designer/uic/main.cpp')
-rw-r--r-- | tools/designer/uic/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/designer/uic/main.cpp b/tools/designer/uic/main.cpp index ace2033..60bc9dd 100644 --- a/tools/designer/uic/main.cpp +++ b/tools/designer/uic/main.cpp @@ -320,7 +320,7 @@ int main( int argc, char * argv[] ) out << "/****************************************************************************" << endl; out << "** Form "<< (impl? "implementation" : "interface") << " generated from reading ui file '" << fileName << "'" << endl; out << "**" << endl; - out << "** Created: " << QDateTime::currentDateTime().toString() << endl; + out << "** Created by: The Qt user interface compiler (Qt " << QT_VERSION_STR << ")" << endl; out << "**" << endl; out << "** WARNING! All changes made in this file will be lost!" << endl; out << "****************************************************************************/" << endl << endl; |