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