qt5
Last change
on this file since 83020cd was
07ae23a,
checked in by timkoma <timkoma@…>, 13 years ago
|
refactoring of the TABS
|
-
Property mode set to
100644
|
File size:
366 bytes
|
Rev | Line | |
---|
[07ae23a] | 1 | |
---|
| 2 | #ifndef DAYVIEWTABCONTAINER_H_ |
---|
| 3 | #define DAYVIEWTABCONTAINER_H_ |
---|
| 4 | |
---|
| 5 | #include "tabcontainer.h" |
---|
| 6 | |
---|
| 7 | class DayViewTabContainer: public TabContainer { |
---|
| 8 | Q_OBJECT |
---|
| 9 | public: |
---|
| 10 | DayViewTabContainer(QWidget *aParent); |
---|
| 11 | virtual ~DayViewTabContainer(); |
---|
| 12 | protected: |
---|
| 13 | virtual void loadEvents(const QDate &aDate, const int aConferenceId ); |
---|
| 14 | }; |
---|
| 15 | |
---|
| 16 | #endif /* DAYVIEWTABCONTAINER_H_ */ |
---|
Note: See
TracBrowser
for help on using the repository browser.