From a1b7a93354b1ccb8e982e887a306fe58d2c2d327 Mon Sep 17 00:00:00 2001 From: Slávek Banko Date: Fri, 8 Jan 2021 03:19:52 +0100 Subject: pyuic: Delete the current date from the generated files so that their generation can be reproducible. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit a0b020e7d2ca937033e1b4cea69fbc6a5a73fbf3) --- pyuic3/main.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pyuic3/main.cpp') diff --git a/pyuic3/main.cpp b/pyuic3/main.cpp index 42d1c63..a442654 100644 --- a/pyuic3/main.cpp +++ b/pyuic3/main.cpp @@ -209,8 +209,7 @@ int main( int argc, char * argv[] ) if ( !subcl ) { out << "# Form implementation generated from reading ui file '" << fileName << "'" << endl; out << "#" << endl; - out << "# Created: " << TQDateTime::currentDateTime().toString() << endl; - out << "# by: The PyTQt User Interface Compiler (pyuic) " << PYTQT_VERSION << endl; + out << "# Created by: The PyTQt User Interface Compiler (pyuic) " << PYTQT_VERSION << endl; out << "#" << endl; out << "# WARNING! All changes made in this file will be lost!" << endl; out << endl; -- cgit v1.2.3