Changeset 41 in tspsg-svn for trunk/src/mainwindow.cpp


Ignore:
Timestamp:
Jul 21, 2009, 10:15:43 AM (15 years ago)
Author:
laleppa
Message:

Expanded from "bitness" to some arch detection.
NOTE: Should work only for GNU C, Visual Studio, Intel C/C++ and MinGW32 compilers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/mainwindow.cpp

    r38 r41  
    279279        about += QString::fromUtf8("    Compile time: %1\n").arg(QT_VERSION_STR);
    280280        about += QString::fromUtf8("    Runtime: %1\n").arg(qVersion());
     281        about += QString::fromUtf8("Built on %1 at %2\n").arg(__DATE__).arg(__TIME__);
    281282        about += "\n";
    282283        about += "TSPSG is licensed under the terms of the GNU General Public License. You should have received a copy of the GNU General Public License along with TSPSG.";
Note: See TracChangeset for help on using the changeset viewer.