Changeset 15 in tspsg-svn for trunk/src/mainwindow.h


Ignore:
Timestamp:
Nov 5, 2007, 1:32:40 AM (17 years ago)
Author:
laleppa
Message:

Finished converting to Qt's model/view architecture

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/mainwindow.h

    r12 r15  
    2929#include "settingsdialog.h"
    3030#include "tspsolver.h"
     31#include "tspmodel.h"
    3132
    3233class MainWindow: public QMainWindow, Ui::MainWindow
     
    4142        void CitiesNumberChanged(int n);
    4243private:
    43         void PrepareTable();
    44         int rand(int, int);
     44        CTSPModel *tspmodel;
    4545        int randMin;
    4646        int randMax;
Note: See TracChangeset for help on using the changeset viewer.