Changeset f383cb181c in tspsg for src/mainwindow.h


Ignore:
Timestamp:
Nov 2, 2009, 9:44:17 AM (15 years ago)
Author:
Oleksii Serdiuk
Branches:
0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
Children:
3b1caa32d0
Parents:
8af59c4aa3
Message:

Made MainWindow::closeEvent() private.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mainwindow.h

    r8af59c4aa3 rf383cb181c  
    4747public:
    4848        MainWindow(QWidget *parent = 0);
    49         void closeEvent(QCloseEvent *);
    5049
    5150private slots:
     
    8786        CTSPModel *tspmodel;
    8887
     88        void closeEvent(QCloseEvent *);
    8989        void enableSolutionActions(bool enable = true);
    9090        void initDocStyleSheet();
Note: See TracChangeset for help on using the changeset viewer.