Changeset 27 in tspsg-svn for trunk/src/tspmodel.cpp
- Timestamp:
- Jun 23, 2009, 7:56:29 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/tspmodel.cpp
r23 r27 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.