Changeset 5d401f2c50 in tspsg for src/mainwindow.cpp
- Timestamp:
- Apr 28, 2010, 1:38:10 AM (15 years ago)
- Branches:
- 0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
- Children:
- f2ff738751
- Parents:
- 20015b41e7
- git-author:
- Oleksii Serdiuk <contacts@…> (04/28/10 01:38:10)
- git-committer:
- Oleksii Serdiuk <contacts@…> (06/29/12 19:41:31)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mainwindow.cpp
r20015b41e7 r5d401f2c50 666 666 667 667 cur.insertBlock(fmt_paragraph); 668 cur.insertText(" " + solver.getSortedPath( ));668 cur.insertText(" " + solver.getSortedPath(tr("City %1"))); 669 669 670 670 cur.insertBlock(fmt_paragraph); … … 861 861 pic.drawLine(QPointF(x, y - r), QPointF(r * 2.25, y - 2 * r)); 862 862 } else if (nstep > 1) { 863 pic.drawLine(QPointF(x, y - r), QPointF((step->pNode-> next == SStep::RightBranch) ? r * 3.5 : r, y - 2 * r));863 pic.drawLine(QPointF(x, y - r), QPointF((step->pNode->pNode->next == SStep::RightBranch) ? r * 3.5 : r, y - 2 * r)); 864 864 } 865 865
Note: See TracChangeset
for help on using the changeset viewer.