Changeset c02b4903bd in tspsg for src
- Timestamp:
- Jun 30, 2009, 7:22:29 PM (15 years ago)
- Branches:
- 0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
- Children:
- 9b7064d770
- Parents:
- 140912822f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/tspmodel.cpp
r140912822f rc02b4903bd 47 47 QVariant CTSPModel::headerData(int section, Qt::Orientation orientation, int role) const 48 48 { 49 if (role == Qt::DisplayRole) 49 if (role == Qt::DisplayRole) { 50 50 if (orientation == Qt::Vertical) 51 51 return trUtf8("City %1").arg(section + 1); 52 52 else 53 53 return trUtf8("%1").arg(section + 1); 54 } 54 55 return QVariant(); 55 56 }
Note: See TracChangeset
for help on using the changeset viewer.