- Timestamp:
- Jul 7, 2009, 6:21:57 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/tspmodel.cpp
r35 r36 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.