Changeset 5587b87fac in tspsg for src/tspmodel.cpp
- Timestamp:
- Jun 23, 2009, 7:56:29 PM (15 years ago)
- Branches:
- 0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
- Children:
- 78282ec778
- Parents:
- 0621172ec1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/tspmodel.cpp
r0621172ec1 r5587b87fac 23 23 24 24 #include <QtGui> 25 #include "defines.h"26 25 #include "tspmodel.h" 27 26 … … 51 50 if (role == Qt::DisplayRole) 52 51 if (orientation == Qt::Vertical) 53 return trUtf8(" Город%1").arg(section + 1);52 return trUtf8("City %1").arg(section + 1); 54 53 else 55 54 return trUtf8("%1").arg(section + 1);
Note: See TracChangeset
for help on using the changeset viewer.