Changeset d4a8bbf for src/gui/mainwindow.h
- Timestamp:
- 01/20/10 16:27:11 (13 years ago)
- Branches:
- master, qt5
- Children:
- a5c1179
- Parents:
- f2ef735
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gui/mainwindow.h
rf2ef735 rd4a8bbf 13 13 Q_OBJECT 14 14 public: 15 MainWindow(QWidget *parent = 0); 15 // aEventId is used to inform widget to automatically open 16 // Event dialog for given Event ID 17 MainWindow(int aEventId = 0, QWidget *aParent = NULL); 16 18 ~MainWindow(); 17 19 private slots:
Note: See TracChangeset
for help on using the changeset viewer.