Changeset fcaa74f7d7 in tspsg for src/mainwindow.cpp
- Timestamp:
- Dec 16, 2009, 11:49:51 PM (15 years ago)
- Branches:
- 0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
- Children:
- 140109febb
- Parents:
- 0bd0e1aca7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mainwindow.cpp
r0bd0e1aca7 rfcaa74f7d7 414 414 output.append("<p>" + trUtf8("Selected candidate for branching: %1.").arg(trUtf8("(%1;%2)").arg(step->candidate.nRow + 1).arg(step->candidate.nCol + 1)) + "</p>"); 415 415 if (!step->alts.empty()) { 416 TCandidate cand;416 SCandidate cand; 417 417 QString alts; 418 418 foreach(cand, step->alts) { … … 672 672 line += "<td align=\"center\" class=\"selected\">" + QVariant(step.matrix.at(r).at(c)).toString() + "</td>"; 673 673 else { 674 TCandidate cand;674 SCandidate cand; 675 675 cand.nRow = r; 676 676 cand.nCol = c;
Note: See TracChangeset
for help on using the changeset viewer.