qt5
Last change
on this file since a790a90 was
a790a90,
checked in by pavelpa <pavelpa@…>, 13 years ago
|
removed headers from *.h and *.cpp
|
-
Property mode set to
100644
|
File size:
397 bytes
|
Line | |
---|
1 | |
---|
2 | #ifndef NOWTABCONTAINER_H_ |
---|
3 | #define NOWTABCONTAINER_H_ |
---|
4 | |
---|
5 | #include "tabcontainer.h" |
---|
6 | |
---|
7 | class NowTabContainer: public TabContainer |
---|
8 | { |
---|
9 | Q_OBJECT |
---|
10 | public: |
---|
11 | NowTabContainer( QWidget *aParent ); |
---|
12 | virtual ~NowTabContainer() { } |
---|
13 | |
---|
14 | protected: |
---|
15 | virtual void loadEvents( const QDate &aDate, const int aConferenceId ); |
---|
16 | |
---|
17 | private slots: |
---|
18 | void timerUpdateTreeView(); |
---|
19 | }; |
---|
20 | |
---|
21 | #endif /* NOWTABCONTAINER_H_ */ |
---|
Note: See
TracBrowser
for help on using the repository browser.