Changeset 4c96f94558 in tspsg for src


Ignore:
Timestamp:
Jul 7, 2009, 6:21:57 PM (15 years ago)
Author:
Oleksii Serdiuk
Branches:
0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
Children:
690f6939a7
Parents:
9b7064d770
Message:

Some project file tweaks...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tspmodel.cpp

    r9b7064d770 r4c96f94558  
    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.