qt5
Last change
on this file since 872aeaa was
872aeaa,
checked in by pavelpa <pavelpa@…>, 12 years ago
|
some performance optimizations
- favourities reloaded only if they have really changed
- otherwise only event in the question is updated
|
-
Property mode set to
100644
|
File size:
345 bytes
|
Rev | Line | |
---|
[07ae23a] | 1 | |
---|
| 2 | #ifndef FAVTABCONTAINER_H_ |
---|
| 3 | #define FAVTABCONTAINER_H_ |
---|
| 4 | |
---|
| 5 | #include "tabcontainer.h" |
---|
| 6 | |
---|
| 7 | class FavTabContainer: public TabContainer |
---|
| 8 | { |
---|
| 9 | Q_OBJECT |
---|
| 10 | public: |
---|
| 11 | FavTabContainer(QWidget *aParent); |
---|
| 12 | virtual ~FavTabContainer(){} |
---|
| 13 | |
---|
| 14 | protected: |
---|
| 15 | virtual void loadEvents( const QDate &aDate, const int aConferenceId ); |
---|
| 16 | }; |
---|
| 17 | |
---|
| 18 | #endif /* FAVTABCONTAINER_H_ */ |
---|
Note: See
TracBrowser
for help on using the repository browser.