Changeset 36 in tspsg-svn for trunk/src


Ignore:
Timestamp:
Jul 7, 2009, 6:21:57 PM (15 years ago)
Author:
laleppa
Message:

Some project file tweaks...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/tspmodel.cpp

    r35 r36  
    3535}
    3636
    37 inline int CTSPModel::rowCount(const QModelIndex &) const
     37int CTSPModel::rowCount(const QModelIndex &) const
    3838{
    3939        return nCities;
    4040}
    4141
    42 inline int CTSPModel::columnCount(const QModelIndex &) const
     42int CTSPModel::columnCount(const QModelIndex &) const
    4343{
    4444        return nCities;
Note: See TracChangeset for help on using the changeset viewer.