Changeset 4c96f94558 in tspsg for src/tspmodel.cpp
- Timestamp:
- Jul 7, 2009, 6:21:57 PM (15 years ago)
- Branches:
- 0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
- Children:
- 690f6939a7
- Parents:
- 9b7064d770
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/tspmodel.cpp
r9b7064d770 r4c96f94558 35 35 } 36 36 37 in line int CTSPModel::rowCount(const QModelIndex &) const37 int CTSPModel::rowCount(const QModelIndex &) const 38 38 { 39 39 return nCities; 40 40 } 41 41 42 in line int CTSPModel::columnCount(const QModelIndex &) const42 int CTSPModel::columnCount(const QModelIndex &) const 43 43 { 44 44 return nCities;
Note: See TracChangeset
for help on using the changeset viewer.