Changeset 2bc8e278b7 in tspsg for src/mainwindow.h


Ignore:
Timestamp:
Nov 5, 2007, 1:32:40 AM (17 years ago)
Author:
Oleksii Serdiuk
Branches:
0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
Children:
bcfd415fe2
Parents:
2f915f19f2
Message:

Finished converting to Qt's model/view architecture

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mainwindow.h

    r2f915f19f2 r2bc8e278b7  
    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.