Changeset 72f6fe4 in confclerk_git for src/gui/mainwindow.h
- Timestamp:
- 01/12/10 21:32:08 (13 years ago)
- Branches:
- master, qt5
- Children:
- f0ce4d0
- Parents:
- 66327a0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gui/mainwindow.h
r66327a0 r72f6fe4 6 6 #include <ui_mainwindow.h> 7 7 8 class SqlEngine; 9 class ScheduleXmlParser; 10 8 11 class MainWindow : public QMainWindow, private Ui::MainWindow 9 12 { 10 13 Q_OBJECT 11 12 14 public: 13 15 MainWindow(QWidget *parent = 0); 16 ~MainWindow(); 17 private slots: 18 void importSchedule(); 19 void showParsingProgress(int aStatus); 20 private: 21 SqlEngine *mSqlEngine; 22 ScheduleXmlParser *mXmlParser; 14 23 }; 15 24
Note: See TracChangeset
for help on using the changeset viewer.