Changeset 35 in tspsg-svn for trunk/src/tspmodel.h


Ignore:
Timestamp:
Jul 1, 2009, 7:01:23 PM (15 years ago)
Author:
laleppa
Message:

+ Error handling when loading/saving files.

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

Legend:

Unmodified
Added
Removed
  • trunk/src/tspmodel.h

    r31 r35  
    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.