Changeset 9b7064d770 in tspsg for src/tspmodel.h


Ignore:
Timestamp:
Jul 1, 2009, 7:01:23 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:
4c96f94558
Parents:
c02b4903bd
Message:

+ Error handling when loading/saving files.

  • Translation updates (not finished).
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tspmodel.h

    rc02b4903bd r9b7064d770  
    5050        double table[MAX_CITIES][MAX_CITIES];
    5151        quint16 nCities;
    52         int rand(int, int);
     52        int rand(int, int) const;
     53        bool loadError(QDataStream::Status) const;
    5354        void loadZKT(QDataStream *);
    5455        void loadTSPT(QDataStream *);
Note: See TracChangeset for help on using the changeset viewer.