Changeset b5c9bcb585 in tspsg for src/mainwindow.cpp


Ignore:
Timestamp:
Jul 21, 2009, 10:15:43 AM (15 years ago)
Author:
Oleksii Serdiuk
Branches:
0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
Children:
430bd7f7e9
Parents:
b968056ce3
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
  • src/mainwindow.cpp

    rb968056ce3 rb5c9bcb585  
    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.