Changeset fcaa74f7d7 in tspsg for src/mainwindow.cpp


Ignore:
Timestamp:
Dec 16, 2009, 11:49:51 PM (14 years ago)
Author:
Oleksii Serdiuk
Branches:
0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
Children:
140109febb
Parents:
0bd0e1aca7
Message:
  • TCandidate should, actually, be SCandidate (struct, not typedef). Renamed it.
  • Documentation update.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mainwindow.cpp

    r0bd0e1aca7 rfcaa74f7d7  
    414414                                output.append("<p>" + trUtf8("Selected candidate for branching: %1.").arg(trUtf8("(%1;%2)").arg(step->candidate.nRow + 1).arg(step->candidate.nCol + 1)) + "</p>");
    415415                                if (!step->alts.empty()) {
    416 TCandidate cand;
     416SCandidate cand;
    417417QString alts;
    418418                                        foreach(cand, step->alts) {
     
    672672                                line += "<td align=\"center\" class=\"selected\">" + QVariant(step.matrix.at(r).at(c)).toString() + "</td>";
    673673                        else {
    674 TCandidate cand;
     674SCandidate cand;
    675675                                cand.nRow = r;
    676676                                cand.nCol = c;
Note: See TracChangeset for help on using the changeset viewer.