Changeset 87b8a22768 in tspsg for src/mainwindow.cpp
- Timestamp:
- Sep 13, 2012, 1:48:10 PM (12 years ago)
- Branches:
- appveyor, imgbot, master, readme
- Children:
- 0784c85e46
- Parents:
- 5f8c8ea92c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mainwindow.cpp
r5f8c8ea92c r87b8a22768 568 568 QString tag; 569 569 #ifdef REVISION_STR 570 tag = tr(" from git revision<b>%1</b>").arg(QString(REVISION_STR).left(10));571 #endif 572 about += tr("Build <b>%1</b>, built %5 on <b>%2</b> at <b>%3</b>with <b>%4</b> compiler.").arg(BUILD_NUMBER).arg(__DATE__).arg(__TIME__).arg(COMPILER).arg(tag) + "<br>";570 tag = tr(" from git commit <b>%1</b>").arg(QString(REVISION_STR).left(10)); 571 #endif 572 about += tr("Build <b>%1</b>, built on <b>%2</b> at <b>%3</b>%5 with <b>%4</b> compiler.").arg(BUILD_NUMBER).arg(__DATE__).arg(__TIME__).arg(COMPILER).arg(tag) + "<br>"; 573 573 about += QString("%1: <b>%2</b><br>").arg(tr("Algorithm"), CTSPSolver::getVersionId()); 574 574 about += "<br>";
Note: See TracChangeset
for help on using the changeset viewer.