Changeset c90b437dd8 in tspsg for src
- Timestamp:
- Jul 11, 2012, 11:47:26 AM (12 years ago)
- Branches:
- appveyor, imgbot, master, readme
- Children:
- 356169a3d3
- Parents:
- 0af510a462
- git-author:
- Oleksii Serdiuk <contacts@…> (07/11/12 11:47:26)
- git-committer:
- Oleksii Serdiuk <contacts@…> (07/11/12 11:51:42)
- Location:
- src
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main.cpp
r0af510a462 rc90b437dd8 1 1 /* 2 2 * TSPSG: TSP Solver and Generator 3 * Copyright (C) 2007-201 1 Lёppa<contacts[at]oleksii[dot]name>3 * Copyright (C) 2007-2012 Oleksii Serdiuk <contacts[at]oleksii[dot]name> 4 4 * 5 5 * $Id: $Format:%h %ai %an$ $ … … 51 51 QTextCodec::setCodecForCStrings(QTextCodec::codecForName("utf8")); 52 52 QTextCodec::setCodecForTr(QTextCodec::codecForName("utf8")); 53 app.setOrganizationName("Oleksii \"Lёppa\"Serdiuk");53 app.setOrganizationName("Oleksii Serdiuk"); 54 54 app.setOrganizationDomain("oleksii.name"); 55 55 app.setApplicationName("TSP Solver and Generator"); -
src/mainwindow.cpp
r0af510a462 rc90b437dd8 1 1 /* 2 2 * TSPSG: TSP Solver and Generator 3 * Copyright (C) 2007-201 1 Lёppa<contacts[at]oleksii[dot]name>3 * Copyright (C) 2007-2012 Oleksii Serdiuk <contacts[at]oleksii[dot]name> 4 4 * 5 5 * $Id: $Format:%h %ai %an$ $ -
src/pch.h
r0af510a462 rc90b437dd8 1 1 /*! 2 2 * \file pch.h 3 * \author Copyright (C) 2007-201 0 Lёppa<contacts[at]oleksii[dot]name>3 * \author Copyright (C) 2007-2012 Oleksii Serdiuk <contacts[at]oleksii[dot]name> 4 4 * 5 5 * $Id: $Format:%h %ai %an$ $ -
src/shobjidl.h
r0af510a462 rc90b437dd8 2 2 * \file shobjidl.h 3 3 * \author Copyright © Microsoft Corporation 4 * \author Extracted and documented by Lёppa<contacts[at]oleksii[dot]name>4 * \author Extracted and documented by Oleksii Serdiuk <contacts[at]oleksii[dot]name> 5 5 * \version Microsoft Windows SDK v7.0A 6 6 *
Note: See TracChangeset
for help on using the changeset viewer.