Changeset 3a8dc71 for src/gui/mainwindow.h
- Timestamp:
- 01/26/10 20:30:45 (13 years ago)
- Branches:
- master, qt5
- Children:
- 336fa33
- Parents:
- 05afe5f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gui/mainwindow.h
r05afe5f r3a8dc71 5 5 6 6 #include <ui_mainwindow.h> 7 8 class SqlEngine;9 7 10 8 class MainWindow : public QMainWindow, private Ui::MainWindow … … 15 13 // Event dialog for given Event ID 16 14 MainWindow(int aEventId = 0, QWidget *aParent = NULL); 17 ~MainWindow() ;15 ~MainWindow() {} 18 16 private slots: 19 17 void scheduleImported(int aConfId); … … 24 22 void conferenceMapClicked(); 25 23 void eventHasChanged(int aEventId); 26 private:27 SqlEngine *mSqlEngine;28 24 }; 29 25
Note: See TracChangeset
for help on using the changeset viewer.