Changeset 87b8a22768 in tspsg for src


Ignore:
Timestamp:
Sep 13, 2012, 1:48:10 PM (12 years ago)
Author:
Oleksii Serdiuk
Branches:
appveyor, imgbot, master, readme
Children:
0784c85e46
Parents:
5f8c8ea92c
Message:

Small tweaks to texts and translations update.

Location:
src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/mainwindow.cpp

    r5f8c8ea92c r87b8a22768  
    568568QString tag;
    569569#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>";
    573573    about += QString("%1: <b>%2</b><br>").arg(tr("Algorithm"), CTSPSolver::getVersionId());
    574574    about += "<br>";
  • src/os.h

    r5f8c8ea92c r87b8a22768  
    3131#ifndef OS_H
    3232#define OS_H
     33
     34#include <QtGlobal>
    3335
    3436// Some target arch detection.
Note: See TracChangeset for help on using the changeset viewer.