Changeset e493054 in confclerk_git for src/gui/mainwindow.h
- Timestamp:
- 01/21/10 15:41:03 (13 years ago)
- Branches:
- master, qt5
- Children:
- e89b296
- Parents:
- 9d8946b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gui/mainwindow.h
r9d8946b re493054 7 7 8 8 class SqlEngine; 9 class ScheduleXmlParser;10 9 11 10 class MainWindow : public QMainWindow, private Ui::MainWindow … … 19 18 private slots: 20 19 void importSchedule(); 21 void showParsingProgress(int aStatus);22 20 void aboutApp(); 23 21 void updateDayView(const QDate &aDate); … … 31 29 private: 32 30 SqlEngine *mSqlEngine; 33 ScheduleXmlParser *mXmlParser;34 31 }; 35 32
Note: See TracChangeset
for help on using the changeset viewer.