summaryrefslogtreecommitdiffstats
path: root/tools/designer/uic/embed.cpp
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-03-20 02:45:00 +0100
committerSlávek Banko <slavek.banko@axis.cz>2020-03-21 17:50:47 +0100
commitc6295bafa7efd8e213641e4923627c0d6776830b (patch)
treef5cc273941e0738da3d5e9f2a404f188d99728e7 /tools/designer/uic/embed.cpp
parent7ffca6e7f74b4f3ffc6871793071d61174185057 (diff)
downloadtqt3-c6295bafa7efd8e213641e4923627c0d6776830b.tar.gz
tqt3-c6295bafa7efd8e213641e4923627c0d6776830b.zip
Remove dates from generated files.
This is related to the effort for reproducible builds. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 9d5d503f747ce54a6c048a415dae1b33d6b9b047)
Diffstat (limited to 'tools/designer/uic/embed.cpp')
-rw-r--r--tools/designer/uic/embed.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/designer/uic/embed.cpp b/tools/designer/uic/embed.cpp
index b43233d16..f0b5cedbe 100644
--- a/tools/designer/uic/embed.cpp
+++ b/tools/designer/uic/embed.cpp
@@ -137,7 +137,7 @@ void Uic::embed( TQTextStream& out, const char* project, const TQStringList& ima
for ( it = images.begin(); it != images.end(); ++it )
out << "** " << *it << "\n";
out << "**\n";
- out << "** Created: " << TQDateTime::currentDateTime().toString() << "\n";
+ out << "** Created by: The TQt user interface compiler (TQt " << TQT_VERSION_STR << ")\n";
out << "**\n";
out << "** WARNING! All changes made in this file will be lost!\n";
out << "****************************************************************************/\n";